[gnome-control-center/gnome-3-8] shell: Fix translation of the window title
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-8] shell: Fix translation of the window title
- Date: Tue, 26 Mar 2013 16:01:34 +0000 (UTC)
commit 98a980abb0382c8ae1b37b868139a1e878cd3053
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 c65684d..032e0ad 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -1493,7 +1493,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]