Updating branch refs/heads/master
to 6ebcc4e21c164a9e86d9c20ec6717c9e0c864718 (commit)
from 1add09e5ea3e69ae301c3111a99a473fb5344238 (commit)
commit 6ebcc4e21c164a9e86d9c20ec6717c9e0c864718
Author: Christian Dywan <[email protected]>
Date: Wed Feb 2 01:46:14 2011 +0100
Translate explanation in about:version
midori/midori-view.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 6e2b043..34dee92 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 (
"<html><head><title>about:version</title></head>"
"<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\" "
"style=\"position: absolute; right: 15px; bottom: 15px;
z-index: -9;\">"
"<table>"
@@ -3882,6 +3882,7 @@ midori_view_set_uri (MidoriView* view,
"<tr><td>Identification</td><td>%s</td></tr>"
"</table>"
"</body></html>",
+ _("Version numbers in brackets show the version used at
runtime."),
command_line,
DEBUGGING,
WEBKIT_MAJOR_VERSION,
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits