Skip to content
Snippets Groups Projects
Commit a915adcc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove "Or" from ;help hint since the '?' hint isn't displayed in novice mode

parent 0d8ef460
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ while(bbs.online && !js.terminated) { ...@@ -240,7 +240,7 @@ while(bbs.online && !js.terminated) {
console.print("\r\n\x01c\x01h" + gettext("Unrecognized command.")); console.print("\r\n\x01c\x01h" + gettext("Unrecognized command."));
if(user.settings & USER_EXPERT) if(user.settings & USER_EXPERT)
console.print(" " + gettext("Hit") + " '\x01i" + help_key + "\x01n\x01c\x01h' " + gettext("for a menu.")); console.print(" " + gettext("Hit") + " '\x01i" + help_key + "\x01n\x01c\x01h' " + gettext("for a menu."));
console.print(" " + gettext("Or type \x01y;help\x01c for more commands.")); console.print(" " + gettext("Type \x01y;help\x01c for more commands."));
console.newline(); console.newline();
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment