diff options
Diffstat (limited to 'src/renamedialog.cpp')
| -rw-r--r-- | src/renamedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index 882db8b66..02238e5e7 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -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); |
