Translate explanation in about:version
This commit is contained in:
parent
1add09e5ea
commit
6ebcc4e21c
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue