diff options
| author | Laurent Montel <[email protected]> | 2006-11-23 13:10:00 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2006-11-23 13:10:00 +0000 |
| commit | 7fbae445277374fb2bacfcd7c04e8d7fbb2c3f05 (patch) | |
| tree | 61345a66d7ce53305102454387617a20e6578d13 /src/renamedialog.cpp | |
| parent | 9d26e139f8098fdbf44c5ff183738a15e4388dfa (diff) | |
Fix i18n
svn path=/trunk/playground/utils/dolphin/; revision=607156
Diffstat (limited to 'src/renamedialog.cpp')
| -rw-r--r-- | src/renamedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index 882db8b66..02238e5e7 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -44,7 +44,7 @@ RenameDialog::RenameDialog(const KUrl::List& items) : topLayout->setMargin(KDialog::marginHint()); const int itemCount = items.count(); - QLabel* editLabel = new QLabel(i18n("Rename the %1 selected items to:").arg(itemCount), + QLabel* editLabel = new QLabel(i18n("Rename the %1 selected items to:",itemCount), page); m_lineEdit = new KLineEdit(page); |
