summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <vantr@TheBully.local>2009-06-20 11:21:03 -0400
committerTristan Van Berkom <vantr@TheBully.local>2009-06-20 11:21:03 -0400
commitdb2769e89d24e8f2ddb3a196c646a5357d2cda11 (patch)
treea0edbc42da170d8754d8058d07f3c36eee74a59d
parentdecde0ca56108b5d1c5ef53f8a6cd3aefac2987a (diff)
downloadglade-db2769e89d24e8f2ddb3a196c646a5357d2cda11.tar.gz
Make Message Dialog text translatable
plugins/gtk+/gtk+.xml.in: Make GtkMessageDialog texts translatable (bug 586063)
-rw-r--r--ChangeLog4
-rw-r--r--plugins/gtk+/gtk+.xml.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 101514f5..04881333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-20 Tristan Van Berkom <tvb@gnome.org>
+
+ * plugins/gtk+/gtk+.xml.in: Make GtkMessageDialog texts translatable (bug 586063)
+
2009-06-15 Tristan Van Berkom <tvb@gnome.org>
* plugins/gtk+/gtk+.xml.in: Make assistant page-titles translatable (bug 503146), marked since 2.10 on
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 80d93df8..96183692 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -1697,9 +1697,9 @@ embedded in another object</_tooltip>
<property common="True" id="can-focus"/>
<property id="image" since="2.10" parentless-widget="True"/>
- <property id="secondary-text" since="2.10"/>
+ <property id="secondary-text" translatable="True" since="2.10"/>
<property id="secondary-use-markup" since="2.10"/>
- <property id="text" since="2.10"/>
+ <property id="text" translatable="True" since="2.10"/>
<property id="use-markup" since="2.10"/>
<property id="message-type">