diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/renamedialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index f8f549ddf..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); } |
