fix one of my translation related brainfarts
authorsheepluva
Tue, 11 Nov 2014 21:22:23 +0100
changeset 10486 5e2d26bcafd6
parent 10485 05b771423b95
child 10487 b69b91779f10
fix one of my translation related brainfarts
QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Mon Nov 10 21:57:44 2014 +0300
+++ b/QTfrontend/main.cpp	Tue Nov 11 21:22:23 2014 +0100
@@ -142,7 +142,7 @@
 .arg(HWApplication::tr("Display this help", "command-line"))
 .arg(HWApplication::tr("Custom path for configuration data and user data", "command-line"))
 .arg(HWApplication::tr("Custom path to the game data folder", "command-line"))
-.arg(HWApplication::tr("Hedgewars can use a %1 (e.g. \"%2\") to connect on start.", "command-line").arg("CONNECTSTRING").arg(QString("hwplay://") + NETGAME_DEFAULT_SERVER));
+.arg(HWApplication::tr("Hedgewars can use a %1 (e.g. \"%2\") to connect on start.", "command-line").arg(HWApplication::tr("CONNECTSTRING", "command-line")).arg(QString("hwplay://") + NETGAME_DEFAULT_SERVER));
 }
 
 int main(int argc, char *argv[])