Skip to content

Commit

Permalink
Untranslate undisplayed TreeView column headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dashea committed Nov 5, 2015
1 parent cddc713 commit 0421138
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions pyanaconda/ui/gui/spokes/keyboard.glade
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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"/>
Expand All @@ -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"/>
Expand Down
8 changes: 4 additions & 4 deletions pyanaconda/ui/gui/spokes/langsupport.glade
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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"/>
Expand All @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions pyanaconda/ui/gui/spokes/welcome.glade
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 0421138

Please sign in to comment.