]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/renamedialog.cpp
Use a QLinkedList instead of Q3PtrList
[dolphin.git] / src / renamedialog.cpp
index 882db8b66fe01872081d498f0ef3a225fa31093e..02238e5e749f30ae82dc08d9643237b319612015 100644 (file)
@@ -44,7 +44,7 @@ RenameDialog::RenameDialog(const KUrl::List& items) :
     topLayout->setMargin(KDialog::marginHint());
 
     const int itemCount = items.count();
-    QLabel* editLabel = new QLabel(i18n("Rename the %1 selected items to:").arg(itemCount),
+    QLabel* editLabel = new QLabel(i18n("Rename the %1 selected items to:",itemCount),
                                    page);
 
     m_lineEdit = new KLineEdit(page);