From 7e2da39d7bd331418bd70da47b9aa4ee18c8a3a3 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 24 May 2010 17:24:16 +0200 Subject: last minute string fixes --- src/history/historypanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/history/historypanel.cpp') 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; -- cgit v1.2.1