X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/16e809f9fa531ffe4d7c9c825a2e06d92bdfa9e1..0abbaf9e11d166da461bb33bc6abeb5ddfb5fa2c:/src/renamedialog.cpp diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index def141e04..681a5845a 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -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); } @@ -120,7 +121,7 @@ void RenameDialog::slotButtonClicked(int button) KDialog::slotButtonClicked(button); } -QString RenameDialog::extensionString(const QString& name) const +QString RenameDialog::extensionString(const QString& name) { QString extension; bool foundExtension = false; // true if at least one valid file extension