diff --git a/SourceGen/ProjectProperties.cs b/SourceGen/ProjectProperties.cs index d590072..b2b073b 100644 --- a/SourceGen/ProjectProperties.cs +++ b/SourceGen/ProjectProperties.cs @@ -61,7 +61,7 @@ public AnalysisParameters() { AnalyzeUncategorizedData = true; DefaultTextScanMode = TextScanMode.LowHighAscii; MinCharsForString = DataAnalysis.DEFAULT_MIN_STRING_LENGTH; - SeekNearbyTargets = true; + SeekNearbyTargets = false; UseRelocData = false; SmartPlpHandling = false; SmartPlbHandling = true; diff --git a/SourceGen/WpfGui/EditLongComment.xaml.cs b/SourceGen/WpfGui/EditLongComment.xaml.cs index beefc49..c1eef98 100644 --- a/SourceGen/WpfGui/EditLongComment.xaml.cs +++ b/SourceGen/WpfGui/EditLongComment.xaml.cs @@ -212,7 +212,7 @@ private MultiLineComment CreateMLC() { "[width=nn] and [br] are not allowed in boxes, but [hr] and [url] are.\r\n" + "\r\n" + "If fancy mode is disabled, the Line Width and Render In Box controls are enabled,\r\n" + - "and will be used to format the text. Formatting tags are ignored.\r\n"; + "and will be used to format the text. Formatting tags are not recognized.\r\n"; private void FormatHelp_Click(object sender, RoutedEventArgs e) { Tools.WpfGui.ShowText dialog = new Tools.WpfGui.ShowText(this, HELP_TEXT);