# HG changeset patch # User sheepluva # Date 1415737343 -3600 # Node ID 5e2d26bcafd6048604d4336cec70a132ceedd831 # Parent 05b771423b95d693fbf51c8febc2bc279714ac8a fix one of my translation related brainfarts diff -r 05b771423b95 -r 5e2d26bcafd6 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[])