From 3b57ab97e94f78c0724f93347d6bf706dad613eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chusslove=20Illich=20=28=D0=A7=D0=B0=D1=81=D0=BB=D0=B0?= =?UTF-8?q?=D0=B2=20=D0=98=D0=BB=D0=B8=D1=9B=29?= Date: Sun, 23 Sep 2012 14:45:17 +0200 Subject: i18n: no string puzzles. --- src/webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webview.cpp b/src/webview.cpp index 86be4506..5555eb87 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -197,7 +197,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