[glade3: 1/2] Make Message Dialog text translatable



commit db2769e89d24e8f2ddb3a196c646a5357d2cda11
Author: Tristan Van Berkom <vantr TheBully local>
Date:   Sat Jun 20 11:21:03 2009 -0400

    Make Message Dialog text translatable
    
    plugins/gtk+/gtk+.xml.in: Make GtkMessageDialog texts translatable (bug 586063)

 ChangeLog                |    4 ++++
 plugins/gtk+/gtk+.xml.in |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 101514f..0488133 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 80d93df..9618369 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">



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