From 7fbae445277374fb2bacfcd7c04e8d7fbb2c3f05 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 23 Nov 2006 13:10:00 +0000 Subject: Fix i18n svn path=/trunk/playground/utils/dolphin/; revision=607156 --- src/renamedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/renamedialog.cpp') 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); -- cgit v1.3