summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-11-25 10:11:49 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commit736db9f3d0c7db1950beda20cd3433faa1c02fa7 (patch)
treefe008fdef391042afd7c95fc9370af224f97f935
parentFix tabwindow title when webwindow one is empty (diff)
downloadrekonq-736db9f3d0c7db1950beda20cd3433faa1c02fa7.tar.xz
Let "Removed" string translatable
-rw-r--r--src/rekonqpage/newtabpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonqpage/newtabpage.cpp b/src/rekonqpage/newtabpage.cpp
index efcebe9e..90bba3b6 100644
--- a/src/rekonqpage/newtabpage.cpp
+++ b/src/rekonqpage/newtabpage.cpp
@@ -710,7 +710,7 @@ void NewTabPage::downloadsPage(const QString & filter)
}
else
{
- div.appendInside(QL1S("<em>") + QL1S("Removed") + QL1S("</em>"));
+ div.appendInside(QL1S("<em>") + i18n("Removed") + QL1S("</em>"));
}
div.appendInside(QL1S(" - "));