Minor change to help text

This commit is contained in:
Brendan Robert 2015-03-30 00:28:38 -05:00
parent a641ac555c
commit beaf28ea87
1 changed files with 3 additions and 3 deletions

View File

@ -389,9 +389,9 @@ public class Apple2e extends Computer {
"",
"Press CTRL+SHIFT+C for configuration.",
"",
"O-A is Alt/Option",
"C-A is Shortcut/Command",
"Reset is Delete/Backspace"
"O-A: Alt/Option",
"C-A: Shortcut/Command",
"Reset: Delete/Backspace"
}) {
int addr = 0x0401 + VideoDHGR.calculateTextOffset(row++);
for (char c : s.toCharArray()) {