summaryrefslogtreecommitdiffstats
path: root/src/renamedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renamedialog.cpp')
-rw-r--r--src/renamedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp
index d9565fb..092f503 100644
--- a/src/renamedialog.cpp
+++ b/src/renamedialog.cpp
@@ -36,7 +36,7 @@ RenameDialog::RenameDialog(const KURL::List& items) :
topLayout->setMargin(KDialog::marginHint());
const int itemCount = items.count();
- TQLabel* editLabel = new TQLabel(i18n("Rename the %n selected items to:", "Rename the %n selected items to:", itemCount),
+ TQLabel* editLabel = new TQLabel(i18n("Rename the %n selected item to:", "Rename the %n selected items to:", itemCount),
plainPage());
m_lineEdit = new KLineEdit(plainPage());