diff --git a/midori/midori-view.c b/midori/midori-view.c index 6e2b043a..34dee92e 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -3864,7 +3864,7 @@ midori_view_set_uri (MidoriView* view, data = g_strdup_printf ( "about:version" "

about:version

" - "

Version numbers in brackets show the version used at runtime.

" + "

%s

" "" "" @@ -3882,6 +3882,7 @@ midori_view_set_uri (MidoriView* view, "" "
Identification%s
" "", + _("Version numbers in brackets show the version used at runtime."), command_line, DEBUGGING, WEBKIT_MAJOR_VERSION,