Updating branch refs/heads/xfce4-indicator-plugin-1.0
         to d02f80430a0b7383e442f33eb61a3046d4efbeee (commit)
       from 4855405a05c80a92ec6be9661a4bec863fb73815 (commit)

commit d02f80430a0b7383e442f33eb61a3046d4efbeee
Author: Mark Trompell <[email protected]>
Date:   Sat Apr 13 14:25:53 2013 +0200

    make column titles translatable

 panel-plugin/indicator-dialog.glade |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/indicator-dialog.glade 
b/panel-plugin/indicator-dialog.glade
index 69b0f9d..a097eb1 100644
--- a/panel-plugin/indicator-dialog.glade
+++ b/panel-plugin/indicator-dialog.glade
@@ -230,7 +230,7 @@
                                     </child>
                                     <child>
                                       <object class="GtkTreeViewColumn" 
id="treeviewcolumn-name">
-                                        <property 
name="title">Indicator</property>
+                                        <property name="title" 
translatable="yes">Indicator</property>
                                         <property name="expand">True</property>
                                         <child>
                                           <object class="GtkCellRendererText" 
id="cellrenderertext1"/>
@@ -242,7 +242,7 @@
                                     </child>
                                     <child>
                                       <object class="GtkTreeViewColumn" 
id="treeviewcolumn-blacklist">
-                                        <property 
name="title">Hidden</property>
+                                        <property name="title" 
translatable="yes">Hidden</property>
                                         <child>
                                           <object 
class="GtkCellRendererToggle" id="hidden-toggle"/>
                                           <attributes>
@@ -253,7 +253,7 @@
                                     </child>
                                     <child>
                                       <object class="GtkTreeViewColumn" 
id="treeviewcolumn-whitelist">
-                                        <property 
name="title">Visible</property>
+                                        <property name="title" 
translatable="yes">Visible</property>
                                         <child>
                                           <object 
class="GtkCellRendererToggle" id="visible-toggle"/>
                                           <attributes>
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to