diff src/folderselectdialog.cpp @ 12:971bd39a6116

German translations
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 14 Apr 2015 13:43:24 +0200
parents e3c8f61e45a9
children 64a51a42c01f
line wrap: on
line diff
--- a/src/folderselectdialog.cpp	Tue Apr 14 13:42:55 2015 +0200
+++ b/src/folderselectdialog.cpp	Tue Apr 14 13:43:24 2015 +0200
@@ -184,7 +184,7 @@
         mCurFolder;
 
     QString outFolder = QFileDialog::getExistingDirectory(
-            this, tr("Select ") + mPathLabelString,
+            this, tr("Select %1").arg(mPathLabelString),
             startLoc);
     if (outFolder.isEmpty()) {
         /* User aborted */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)