Updating branch refs/heads/xfce4-indicator-plugin-1.0
         to 5a76c65bfaef5e8e569544b8e162c6e0907ca216 (commit)
       from fc0900b29eae43059966dc555309dc47f8a0c051 (commit)

commit 5a76c65bfaef5e8e569544b8e162c6e0907ca216
Author: Sergey Alyoshin <[email protected]>
Date:   Fri Apr 12 23:34:18 2013 +0400

    Add column titles to translation

 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