mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-24 13:17:24 +00:00
Tweak verbiage
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user