[PATCH 2/5] Rename to be the TIME & DATE spoke.

Chris Lumens clumens at redhat.com
Thu Sep 18 19:10:33 UTC 2014


This puts the accelerator at the front of the string, which looks a little
better than having to hunt for the underline on the very first spoke title.
---
 pyanaconda/ui/gui/spokes/datetime_spoke.glade | 2 +-
 pyanaconda/ui/gui/spokes/datetime_spoke.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/datetime_spoke.glade b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
index 0d38bd8..5a390ae 100644
--- a/pyanaconda/ui/gui/spokes/datetime_spoke.glade
+++ b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
@@ -925,7 +925,7 @@
     </child>
     <child internal-child="accessible">
       <object class="AtkObject" id="datetimeWindow-atkobject">
-        <property name="AtkObject::accessible-name" translatable="yes">DATE &amp; TIME</property>
+        <property name="AtkObject::accessible-name" translatable="yes">TIME &amp; DATE</property>
       </object>
     </child>
   </object>
diff --git a/pyanaconda/ui/gui/spokes/datetime_spoke.py b/pyanaconda/ui/gui/spokes/datetime_spoke.py
index b78ed7e..69000f8 100644
--- a/pyanaconda/ui/gui/spokes/datetime_spoke.py
+++ b/pyanaconda/ui/gui/spokes/datetime_spoke.py
@@ -368,7 +368,7 @@ class DatetimeSpoke(FirstbootSpokeMixIn, NormalSpoke):
     category = LocalizationCategory
 
     icon = "preferences-system-time-symbolic"
-    title = CN_("GUI|Spoke", "DATE & _TIME")
+    title = CN_("GUI|Spoke", "_TIME & DATE")
 
     # Hack to get libtimezonemap loaded for GtkBuilder
     # see https://bugzilla.gnome.org/show_bug.cgi?id=712184
-- 
1.9.3



More information about the anaconda-patches mailing list