summaryrefslogtreecommitdiff
path: root/src/history/historypanel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-25 11:16:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-25 11:16:32 +0200
commit29ee89dfb20af834efd4471ab8bcc953383ffe1f (patch)
tree32c37db075ee451bf8eeb31f7bf35f08795e9b42 /src/history/historypanel.cpp
parentAlternate F6 shortcut for open location action (diff)
parentlast minute string fixes (diff)
downloadrekonq-29ee89dfb20af834efd4471ab8bcc953383ffe1f.tar.xz
Merge commit 'refs/merge-requests/2276' of git://gitorious.org/rekonq/mainline into m2276
Diffstat (limited to 'src/history/historypanel.cpp')
-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;