From 7eef5ebec2ceaebb4088629093ecd3f0c2635816 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 12 Jul 2007 06:10:54 +0000 Subject: KUIT adaptions (applied i18ncheckarg - everything should be OK now) CCMAIL: caslav.ilic@gmx.net svn path=/trunk/KDE/kdebase/apps/; revision=686787 --- src/renamedialog.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/renamedialog.cpp') 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); } -- cgit v1.3