[Xfce4-commits] <midori:master> Translate explanation in about:version

Christian Dywan noreply at xfce.org
Wed Feb 2 01:48:02 CET 2011


Updating branch refs/heads/master
         to 6ebcc4e21c164a9e86d9c20ec6717c9e0c864718 (commit)
       from 1add09e5ea3e69ae301c3111a99a473fb5344238 (commit)

commit 6ebcc4e21c164a9e86d9c20ec6717c9e0c864718
Author: Christian Dywan <christian at twotoasts.de>
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,



More information about the Xfce4-commits mailing list