[master 7/8] Untranslate undisplayed TreeView column headers.

dashea installerbot-noreply at redhat.com
Thu Nov 5 20:12:35 UTC 2015


From: David Shea <dshea at redhat.com>

---
 pyanaconda/ui/gui/spokes/keyboard.glade    | 8 ++++----
 pyanaconda/ui/gui/spokes/langsupport.glade | 8 ++++----
 pyanaconda/ui/gui/spokes/welcome.glade     | 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/keyboard.glade b/pyanaconda/ui/gui/spokes/keyboard.glade
index 392afe0..07277de 100644
--- a/pyanaconda/ui/gui/spokes/keyboard.glade
+++ b/pyanaconda/ui/gui/spokes/keyboard.glade
@@ -150,7 +150,7 @@
                                 </child>
                                 <child>
                                   <object class="GtkTreeViewColumn" id="layoutColumn">
-                                    <property name="title" translatable="yes">name</property>
+                                    <property name="title">name</property>
                                     <property name="expand">True</property>
                                     <property name="clickable">True</property>
                                     <property name="sort_column_id">0</property>
@@ -516,7 +516,7 @@
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="newLayoutColumn">
-                        <property name="title" translatable="yes">Name</property>
+                        <property name="title">Name</property>
                         <property name="expand">True</property>
                         <property name="sort_column_id">0</property>
                         <child>
@@ -701,7 +701,7 @@
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="useColumn">
-                        <property name="title" translatable="yes">use</property>
+                        <property name="title">use</property>
                         <child>
                           <object class="GtkCellRendererToggle" id="useRenderer">
                             <signal name="toggled" handler="on_use_option_toggled" swapped="no"/>
@@ -714,7 +714,7 @@
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="descColumn">
-                        <property name="title" translatable="yes">description</property>
+                        <property name="title">description</property>
                         <property name="expand">True</property>
                         <child>
                           <object class="GtkCellRendererText" id="descRenderer"/>
diff --git a/pyanaconda/ui/gui/spokes/langsupport.glade b/pyanaconda/ui/gui/spokes/langsupport.glade
index 30d1c8f..5bbb0a1 100644
--- a/pyanaconda/ui/gui/spokes/langsupport.glade
+++ b/pyanaconda/ui/gui/spokes/langsupport.glade
@@ -135,7 +135,7 @@
                             </child>
                             <child>
                               <object class="GtkTreeViewColumn" id="nameColumn">
-                                <property name="title" translatable="yes">name</property>
+                                <property name="title">name</property>
                                 <property name="expand">True</property>
                                 <property name="clickable">True</property>
                                 <property name="sort_column_id">0</property>
@@ -163,7 +163,7 @@
                             </child>
                             <child>
                               <object class="GtkTreeViewColumn" id="langSelectedColumn">
-                                <property name="title" translatable="yes">selected</property>
+                                <property name="title">selected</property>
                                 <child>
                                   <object class="GtkCellRendererPixbuf" id="langSelectedRenderer"/>
                                 </child>
@@ -216,7 +216,7 @@
                             </child>
                             <child>
                               <object class="GtkTreeViewColumn" id="checked">
-                                <property name="title" translatable="yes">checked</property>
+                                <property name="title">checked</property>
                                 <child>
                                   <object class="GtkCellRendererToggle" id="checkedRenderer">
                                     <signal name="toggled" handler="on_locale_toggled" swapped="no"/>
@@ -231,7 +231,7 @@
                             <child>
                               <object class="GtkTreeViewColumn" id="localeNativeName">
                                 <property name="sizing">autosize</property>
-                                <property name="title" translatable="yes">nativeName</property>
+                                <property name="title">nativeName</property>
                                 <property name="expand">True</property>
                                 <property name="clickable">True</property>
                                 <property name="sort_column_id">0</property>
diff --git a/pyanaconda/ui/gui/spokes/welcome.glade b/pyanaconda/ui/gui/spokes/welcome.glade
index 02e4434..2373a75 100644
--- a/pyanaconda/ui/gui/spokes/welcome.glade
+++ b/pyanaconda/ui/gui/spokes/welcome.glade
@@ -270,7 +270,7 @@
                             </child>
                             <child>
                               <object class="GtkTreeViewColumn" id="nameColumn">
-                                <property name="title" translatable="yes">name</property>
+                                <property name="title">name</property>
                                 <property name="expand">True</property>
                                 <property name="clickable">True</property>
                                 <property name="sort_column_id">0</property>
@@ -298,7 +298,7 @@
                             </child>
                             <child>
                               <object class="GtkTreeViewColumn" id="langSelectedColumn">
-                                <property name="title" translatable="yes">selected</property>
+                                <property name="title">selected</property>
                                 <child>
                                   <object class="GtkCellRendererPixbuf" id="langSelectedRenderer"/>
                                 </child>
@@ -362,7 +362,7 @@
                             <child>
                               <object class="GtkTreeViewColumn" id="nativeName1">
                                 <property name="sizing">autosize</property>
-                                <property name="title" translatable="yes">nativeName</property>
+                                <property name="title">nativeName</property>
                                 <property name="expand">True</property>
                                 <property name="clickable">True</property>
                                 <property name="sort_column_id">0</property>


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/0421138209dc5a61302f15f7e4882a46d30b41ca


More information about the anaconda-patches mailing list