┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/renamedialog.cpp
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2014-07-16 13:26:38 +0200
committerMontel Laurent <[email protected]>2014-07-16 13:26:56 +0200
commit31230ccdb561c1088824796a4429b363c8616237 (patch)
treeeeb64baf0dd0fb5adb4f2a9c59b4fcb8641e6b66 /src/views/renamedialog.cpp
parente242d9548d11d92568a648efece5ff6c280b36cd (diff)
Use xi18n when text has markup
Diffstat (limited to 'src/views/renamedialog.cpp')
-rw-r--r--src/views/renamedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/renamedialog.cpp b/src/views/renamedialog.cpp
index bd0a31d11..5b20942d5 100644
--- a/src/views/renamedialog.cpp
+++ b/src/views/renamedialog.cpp
@@ -63,7 +63,7 @@ RenameDialog::RenameDialog(QWidget *parent, const KFileItemList& items) :
QLabel* editLabel = 0;
if (m_renameOneItem) {
m_newName = items.first().name();
- editLabel = new QLabel(i18nc("@label:textbox", "Rename the item <filename>%1</filename> to:", m_newName),
+ editLabel = new QLabel(xi18nc("@label:textbox", "Rename the item <filename>%1</filename> to:", m_newName),
page);
editLabel->setTextFormat(Qt::PlainText);
} else {