Author: cazfi
Date: Sun May 10 11:20:00 2015
New Revision: 29030

URL: http://svn.gna.org/viewcvs/freeciv?rev=29030&view=rev
Log:
Translate modpack installer Qt-version quit confirmation.

Reported by Jacob Nevins <jtn>

See bug #23571

Modified:
    branches/S2_5/tools/mpgui_qt.cpp

Modified: branches/S2_5/tools/mpgui_qt.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/tools/mpgui_qt.cpp?rev=29030&r1=29029&r2=29030&view=diff
==============================================================================
--- branches/S2_5/tools/mpgui_qt.cpp    (original)
+++ branches/S2_5/tools/mpgui_qt.cpp    Sun May 10 11:20:00 2015
@@ -475,7 +475,7 @@
   QMessageBox ask(central);
   int ret;
 
-  ask.setText(("Modpack installation in progress.\nAre you sure you want to 
quit?"));
+  ask.setText(_("Modpack installation in progress.\nAre you sure you want to 
quit?"));
   ask.setStandardButtons(QMessageBox::Cancel | QMessageBox::Ok);
   ask.setDefaultButton(QMessageBox::Cancel);
   ask.setIcon(QMessageBox::Warning);


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to