diff options
author | Chusslove Illich (Часлав Илић) <caslav.ilic@gmx.net> | 2012-09-23 14:45:17 +0200 |
---|---|---|
committer | Chusslove Illich (Часлав Илић) <caslav.ilic@gmx.net> | 2012-09-23 14:45:17 +0200 |
commit | 3b57ab97e94f78c0724f93347d6bf706dad613eb (patch) | |
tree | 16f2ac8b7bb91dd2f392439522614ba1e3c535c6 /src/webview.cpp | |
parent | Fix new tab icon show on fullscreen (diff) | |
download | rekonq-3b57ab97e94f78c0724f93347d6bf706dad613eb.tar.xz |
i18n: no string puzzles.
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |