Translate explanation in about:version

This commit is contained in:
Christian Dywan 2011-02-02 01:46:14 +01:00
parent 1add09e5ea
commit 6ebcc4e21c

View file

@ -3864,7 +3864,7 @@ midori_view_set_uri (MidoriView* view,
data = g_strdup_printf ( data = g_strdup_printf (
"<html><head><title>about:version</title></head>" "<html><head><title>about:version</title></head>"
"<body><h1>about:version</h1>" "<body><h1>about:version</h1>"
"<p>Version numbers in brackets show the version used at runtime.</p>" "<p>%s</p>"
"<img src=\"res://logo-shade.png\" " "<img src=\"res://logo-shade.png\" "
"style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">" "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"<table>" "<table>"
@ -3882,6 +3882,7 @@ midori_view_set_uri (MidoriView* view,
"<tr><td>Identification</td><td>%s</td></tr>" "<tr><td>Identification</td><td>%s</td></tr>"
"</table>" "</table>"
"</body></html>", "</body></html>",
_("Version numbers in brackets show the version used at runtime."),
command_line, command_line,
DEBUGGING, DEBUGGING,
WEBKIT_MAJOR_VERSION, WEBKIT_MAJOR_VERSION,