[master/rhel7 1/2] Untranslate the type column of the network device type combobox

David Shea dshea at redhat.com
Tue Aug 5 18:41:12 UTC 2014


These strings are used as constants for network.py, so if they were
translated it would only be trouble.

Related: rhbz#1035898
---
 pyanaconda/ui/gui/spokes/network.glade | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/network.glade b/pyanaconda/ui/gui/spokes/network.glade
index 26d12ad..3632f8c 100644
--- a/pyanaconda/ui/gui/spokes/network.glade
+++ b/pyanaconda/ui/gui/spokes/network.glade
@@ -115,15 +115,15 @@
     <data>
       <row>
         <col id="0" translatable="yes">Bond</col>
-        <col id="1" translatable="yes">bond</col>
+        <col id="1">bond</col>
       </row>
       <row>
         <col id="0" translatable="yes">Team</col>
-        <col id="1" translatable="yes">team</col>
+        <col id="1">team</col>
       </row>
       <row>
         <col id="0" translatable="yes">Vlan</col>
-        <col id="1" translatable="yes">vlan</col>
+        <col id="1">vlan</col>
       </row>
     </data>
   </object>
-- 
2.0.0



More information about the anaconda-patches mailing list