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

Use the word Only from the text.dat (for localization)

parent feadce33
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -38,7 +38,7 @@ function on_or_off(on)
function display_menu(thisuser) {
const curspin = (thisuser.settings & USER_SPIN) ? bbs.text(On)
: (thisuser.settings & USER_NOPAUSESPIN) ? bbs.text(Off) : "Pause Prompt Only";
: (thisuser.settings & USER_NOPAUSESPIN) ? bbs.text(Off) : "Pause Prompt " + bbs.text(Only);
for (var i = 0; i < main_cfg.shell.length; i++) {
if (main_cfg.shell[i].code === thisuser.command_shell.toUpperCase()) {
const cmdshell = main_cfg.shell[i].name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment