[PATCH] Rename the network config spoke a little bit.

Chris Lumens clumens at redhat.com
Wed Dec 11 17:46:51 UTC 2013


We've gotten some feedback that it's hard to find the place to change the
hostname.  I think we figured people would assume it's part of network
configuration, but I guess not.  So let's just put it in the spoke title
and see if that works better.
---
 pyanaconda/ui/gui/spokes/network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index 2ecc774..777915a 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -1292,7 +1292,7 @@ class NetworkSpoke(FirstbootSpokeMixIn, NormalSpoke):
     mainWidgetName = "networkWindow"
     uiFile = "spokes/network.glade"
 
-    title = CN_("GUI|Spoke", "_NETWORK CONFIGURATION")
+    title = CN_("GUI|Spoke", "_NETWORK & HOSTNAME")
     icon = "network-transmit-receive-symbolic"
 
     category = SystemCategory
-- 
1.8.3.1



More information about the anaconda-patches mailing list