From 63bc8885c9627e818dd5d567da84f7ad34808610 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 21 Sep 2006 17:01:21 +0000 Subject: [PATCH] committed fix for bug am45017 (phrase not translated) --- plugins/mapsmenu.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mapsmenu.sma b/plugins/mapsmenu.sma index 1d8d558e..a7dfcb2b 100755 --- a/plugins/mapsmenu.sma +++ b/plugins/mapsmenu.sma @@ -353,7 +353,7 @@ public actionVoteMapMenu(id, key) } keys |= (1<<8) - len += format(menuBody[len], 511, "^n9. None^n") + len += format(menuBody[len], 511, "^n9. %L^n", id, "NONE") } else { len = format(menuBody, 511, g_coloredMenus ? "\y%L^n%s?^n\w^n1. %L^n2. %L^n" : "%L^n%s?^n^n1. %L^n2. %L^n", id, "CHANGE_MAP_TO", g_mapName[g_voteSelected[id][0]], id, "YES", id, "NO") keys = MENU_KEY_1|MENU_KEY_2