Minor change to help text

This commit is contained in:
Brendan Robert 2015-03-30 00:28:38 -05:00
parent a641ac555c
commit beaf28ea87

View File

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