1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-24 13:17:24 +00:00

Tweak verbiage

This commit is contained in:
Andy McFadden
2025-07-15 07:37:50 -07:00
parent eda6748ee5
commit 10e48f15e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -935,7 +935,7 @@ namespace SourceGen {
}
/// <summary>
/// Parses a [url]...[/url] tag, which could also be [url=xyzzy].
/// Parses a [url]...[/url] tag, which could also be [url=plugh].
/// </summary>
private static bool HandleUrl(string tagStr, DataSource source,
out int skipLen, out string showText) {
+1 -1
View File
@@ -26,7 +26,7 @@ limitations under the License.
<system:String x:Key="str_AbbrevStackRelative">StkRl</system:String>
<system:String x:Key="str_AnalyzerTagMultiChk">Setting start/stop tags on multiple consecutive bytes is rarely a good idea. Continue?</system:String>
<system:String x:Key="str_AnalyzerTagJmpTableCaption">Format As Jump Table?</system:String>
<system:String x:Key="str_AnalyzerTagJmpTableFmt">Found {0} consecutive JMP instructions. Do you want to format all of them, rather than just the first?</system:String>
<system:String x:Key="str_AnalyzerTagJmpTableFmt">Found {0} potential JMP instructions below. Do you want to tag all of them as code entry points, rather than just the first?</system:String>
<system:String x:Key="str_AsmLatestVersion">[latest version]</system:String>
<system:String x:Key="str_AsmMatchFailure">output DOES NOT match data file</system:String>
<system:String x:Key="str_AsmMatchSuccess">output matches data file</system:String>