So one can speed through the filtering UI real quick. --- data/ui/filter.glade | 2 +- pyanaconda/iw/filter_type.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/ui/filter.glade b/data/ui/filter.glade index 4a7b776..a821497 100644 --- a/data/ui/filter.glade +++ b/data/ui/filter.glade @@ -1274,7 +1274,7 @@ Target Identifier</property> <child> <widget class="GtkLabel" id="label9"> <property name="visible">True</property> - <property name="label" translatable="yes">Add Advanced Target</property> + <property name="label" translatable="yes">_Add Advanced Target</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> diff --git a/pyanaconda/iw/filter_type.py b/pyanaconda/iw/filter_type.py index 82f104c..a26a02c 100644 --- a/pyanaconda/iw/filter_type.py +++ b/pyanaconda/iw/filter_type.py @@ -58,12 +58,12 @@ class FilterTypeWindow(InstallWindow): vbox.pack_start(label, expand=False, fill=False) self.buttonGroup = pixmapRadioButtonGroup() - self.buttonGroup.addEntry("simple", _("Basic Storage Devices"), + self.buttonGroup.addEntry("simple", _("B_asic Storage Devices"), descr=_("Installs or upgrades to typical types " "of storage devices. If you're not sure " "which option is right for you, this is " "probably it.")) - self.buttonGroup.addEntry("complex", _("Specialized Storage Devices"), + self.buttonGroup.addEntry("complex", _("_Specialized Storage Devices"), descr=_("Installs or upgrades to enterprise devices " "such as Storage Area Networks (SANs). This " "option will allow you to add FCoE / iSCSI " -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list