diff --git a/src/gtk/webview_webkit.cpp b/src/gtk/webview_webkit.cpp index 0430ff364d..5f82094ec4 100644 --- a/src/gtk/webview_webkit.cpp +++ b/src/gtk/webview_webkit.cpp @@ -953,7 +953,7 @@ bool wxWebViewWebKit::RunScript(const wxString& javascript, wxString* output) { if ( output != NULL ) { - wxLogWarning(_("Returning output is not supported on WEBKIT1")); + wxLogWarning(_("Retrieving JavaScript script output is not supported with WebKit v1")); return false; }