internationalization fix (thanks to Andrius Štikonas)

svn path=/trunk/KDE/kdebase/apps/; revision=675221
This commit is contained in:
Peter Penz 2007-06-13 20:41:06 +00:00
parent 51007a5968
commit 9966f3789c

View file

@ -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);
}