[gnome-panel] Unmark placeholder strings from translation



commit 5c7ba088665d915b68407e893f9f09b44fb15a06
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Jun 5 19:33:22 2016 +0200

    Unmark placeholder strings from translation

 gnome-panel/panel-addto-dialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-panel/panel-addto-dialog.ui b/gnome-panel/panel-addto-dialog.ui
index aecd09f..dd5f8da 100644
--- a/gnome-panel/panel-addto-dialog.ui
+++ b/gnome-panel/panel-addto-dialog.ui
@@ -88,7 +88,7 @@
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="tree_view_column_icon">
-                        <property name="title" translatable="yes">column</property>
+                        <property name="title">column</property>
                         <child>
                           <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1">
                             <property name="xpad">4</property>
@@ -104,7 +104,7 @@
                     <child>
                       <object class="GtkTreeViewColumn" id="tree_view_column_text">
                         <property name="sizing">fixed</property>
-                        <property name="title" translatable="yes">column</property>
+                        <property name="title">column</property>
                         <child>
                           <object class="GtkCellRendererText" id="cellrenderertext1">
                             <property name="ellipsize">end</property>


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