From 9966f3789c007df735ea231cb72692112df22909 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 13 Jun 2007 20:41:06 +0000 Subject: [PATCH] =?UTF-8?q?internationalization=20fix=20(thanks=20to=20And?= =?UTF-8?q?rius=20=C5=A0tikonas)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/KDE/kdebase/apps/; revision=675221 --- src/renamedialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index f8f549ddfc..681a5845a4 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); }