about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-06-15 08:20:29 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-06-15 08:20:29 +0000
commit21c1c3866f2e6d60993b953817ba5a2e765eb737 (patch)
tree3209b2ef87bcfcdc28e4cea5e03aaeabdfada443 /src/game/client
parent307cf4aa64b37aa46e14cde09b38a0a4a73330be (diff)
downloadzcatch-21c1c3866f2e6d60993b953817ba5a2e765eb737.tar.gz
zcatch-21c1c3866f2e6d60993b953817ba5a2e765eb737.zip
translation update
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/components/menus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp
index e58932bf..f415fba6 100644
--- a/src/game/client/components/menus.cpp
+++ b/src/game/client/components/menus.cpp
@@ -774,7 +774,7 @@ int MENUS::render()
 		else if(popup == POPUP_PURE)
 		{
 			title = localize("Disconnected");
-			extra_text = localize("The server is running a non-standard tuning on a pure game mode.");
+			extra_text = localize("The server is running a non-standard tuning on a pure game type.");
 			button_text = localize("Ok");
 			extra_align = -1;
 		}