From 2eab414416a70c4ab474ee3741388189b9a89f17 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 24 Sep 2012 18:05:10 +0200 Subject: Chusslove commit about strings PS: hard life for a "playground" project :) --- src/webtab/webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webtab/webview.cpp b/src/webtab/webview.cpp index 2ac68bf3..618edf3c 100644 --- a/src/webtab/webview.cpp +++ b/src/webtab/webview.cpp @@ -199,7 +199,7 @@ bool WebView::popupSpellMenu(QContextMenuEvent *event) // Add alternates if (words.isEmpty()) { - QAction *a = mnu.addAction(i18n("No suggestions for ") + word); + QAction *a = mnu.addAction(i18n("No suggestions for %1", word)); a->setEnabled(false); } else -- cgit v1.2.1