diff options
| author | Peter Penz <[email protected]> | 2007-06-13 20:41:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-13 20:41:06 +0000 |
| commit | 9966f3789c007df735ea231cb72692112df22909 (patch) | |
| tree | d912cdfd77a692395fa0d7dc8ab4344c5c1372c8 /src | |
| parent | 51007a59686caa504c4a5fc4f763ce75651f6f04 (diff) | |
internationalization fix (thanks to Andrius Štikonas)
svn path=/trunk/KDE/kdebase/apps/; revision=675221
Diffstat (limited to 'src')
| -rw-r--r-- | src/renamedialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index f8f549ddf..681a5845a 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); } |
