diff --git a/plugins/telemenu.sma b/plugins/telemenu.sma index e7862d96..83c0712d 100755 --- a/plugins/telemenu.sma +++ b/plugins/telemenu.sma @@ -175,7 +175,7 @@ displayTelMenu(id,pos) { len += format(menuBody[len],511-len,"8. %L^n",id,"SAVE_LOC") if (end != g_menuPlayersNum[id]) { - format(menuBody[len],511-len,"^n9. %L...^n0. %s", id, "MORE", id, pos ? "BACK" : "EXIT") + format(menuBody[len],511-len,"^n9. %L...^n0. %L", id, "MORE", id, pos ? "BACK" : "EXIT") keys |= MENU_KEY_9 } else