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

Use the localizable Quit @-code

parent 48d48c96
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -23,7 +23,7 @@ while(bbs.online && !(console.aborted)) { ...@@ -23,7 +23,7 @@ while(bbs.online && !(console.aborted)) {
} }
bbs.nodesync(); bbs.nodesync();
console.print("\1n\r\n\xfe \1b\1h" + gettext("Private") + " \1n\xfe "); console.print("\1n\r\n\xfe \1b\1h" + gettext("Private") + " \1n\xfe ");
console.mnemonics("~Telegram, ~Message, ~Chat, ~InterBBS, ~View, or ~@Quit@: "); console.mnemonics("~Telegram, ~Message, ~Chat, ~InterBBS, ~View, or [~@Quit@]: ");
bbs.sys_status&=~SS_ABORT; bbs.sys_status&=~SS_ABORT;
var ch; var ch;
var keys = "TMCIV\r" + console.quit_key; var keys = "TMCIV\r" + console.quit_key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment