summaryrefslogtreecommitdiff
path: root/src/history
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-05-24 17:24:16 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-05-24 17:24:16 +0200
commit7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3 (patch)
tree41558d65a7f3da36cc635b2f242367f612b4991a /src/history
parentupdating authors && credits (diff)
downloadrekonq-7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3.tar.xz
last minute string fixes
Diffstat (limited to 'src/history')
-rw-r--r--src/history/historypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp
index c8009afd..65c9de81 100644
--- a/src/history/historypanel.cpp
+++ b/src/history/historypanel.cpp
@@ -172,7 +172,7 @@ void HistoryPanel::openAll()
if (allChild.length() > 8)
{
if (!(KMessageBox::warningContinueCancel(this,
- i18n("You are about to open %1 tabs.\nAre you sure ?",
+ i18n("You are about to open %1 tabs.\nAre you sure?",
QString::number(allChild.length()))) == KMessageBox::Continue)
)
return;