From e287a2f20284f4d93b1782f704bc58f7187d8f09 Mon Sep 17 00:00:00 2001 From: Lukasz Wlasinksi Date: Tue, 14 Sep 2004 17:04:19 +0000 Subject: [PATCH] fixed "BACK" : "EXIT" format bug --- plugins/telemenu.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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