diff options
Diffstat (limited to 'src/renamedialog.cpp')
| -rw-r--r-- | src/renamedialog.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index 330fbd643..d65330cdd 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -58,8 +58,9 @@ RenameDialog::RenameDialog(const KUrl::List& items) : page); } else { m_newName = i18nc("@info:status", "New name #"); - editLabel = new QLabel(i18np("Rename the %1 selected item to:", - "Rename the %1 selected items to:", itemCount), + editLabel = new QLabel(i18ncp("@label:textbox", + "Rename the %1 selected item to:", + "Rename the %1 selected items to:", itemCount), page); } |
