[gnome-control-center] shell: Fix translation of the window title



commit 7b3eb23bc445d3d9607935e712dfea9dd8d04c67
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Mar 26 17:00:45 2013 +0100

    shell: Fix translation of the window title
    
    The string was marked as translatable, but the translation
    was not used.

 shell/cc-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-window.c b/shell/cc-window.c
index 353f0ae..de06eaf 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -1508,7 +1508,7 @@ cc_window_new (GtkApplication *application)
                        "application", application,
                        "hide-titlebar-when-maximized", TRUE,
                        "resizable", TRUE,
-                       "title", DEFAULT_WINDOW_TITLE,
+                       "title", _(DEFAULT_WINDOW_TITLE),
                        "icon-name", DEFAULT_WINDOW_ICON_NAME,
                        "window-position", GTK_WIN_POS_CENTER,
                        NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]