diff options
| author | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
| commit | 7eef5ebec2ceaebb4088629093ecd3f0c2635816 (patch) | |
| tree | 836324390b42174a0cd402b3eda8400f102105c6 /src/renamedialog.cpp | |
| parent | 9c9374c7da1a514b721793759a2f8047a35083c5 (diff) | |
KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=686787
Diffstat (limited to 'src/renamedialog.cpp')
| -rw-r--r-- | src/renamedialog.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
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); } |
