]> spindle.queued.net Git - midori/commitdiff
Translate explanation in about:version
authorChristian Dywan <christian@twotoasts.de>
Wed, 2 Feb 2011 00:46:14 +0000 (01:46 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 2 Feb 2011 00:46:14 +0000 (01:46 +0100)
midori/midori-view.c

index 6e2b043a1aec4d2681e1ac7d32b50f2ae4c4f439..34dee92ed4432940ca21ddda3ab4f40c462d20c1 100644 (file)
@@ -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,