summaryrefslogtreecommitdiff
path: root/src/webtab
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab')
-rw-r--r--src/webtab/webview.cpp2
1 files changed, 1 insertions, 1 deletions
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