[Xfce4-commits] <xfce4-indicator-plugin:xfce4-indicator-plugin-1.0> Add column titles to translation

Mark Trompell noreply at xfce.org
Sat Apr 13 14:36:05 CEST 2013


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

commit 5a76c65bfaef5e8e569544b8e162c6e0907ca216
Author: Sergey Alyoshin <alyoshin.s at gmail.com>
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>


More information about the Xfce4-commits mailing list