]> cloud.milkyroute.net Git - dolphin.git/commitdiff
internationalization fix (thanks to Andrius Štikonas)
authorPeter Penz <peter.penz19@gmail.com>
Wed, 13 Jun 2007 20:41:06 +0000 (20:41 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 13 Jun 2007 20:41:06 +0000 (20:41 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=675221

src/renamedialog.cpp

index f8f549ddfcbe867b3f61348f5cc395f67087c96b..681a5845a4d0c276b31b8a3a9397e0c31aa020e8 100644 (file)
@@ -56,7 +56,8 @@ RenameDialog::RenameDialog(const KUrl::List& items) :
                                page);
     } else {
         m_newName = i18n("New name #");
-        editLabel = new QLabel(i18n("Rename the %1 selected items to:", itemCount),
+        editLabel = new QLabel(i18np("Rename the %1 selected item to:",
+                                     "Rename the %1 selected items to:", itemCount),
                                page);
     }