* iw/partition_gui.py (getScreen): Shorted the "Hide RAID device/LVM Volume _Group members" message to "_Hide RAID/LVM". This will allow the translated strings to better fit in the same row as the buttons. --- iw/partition_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/partition_gui.py b/iw/partition_gui.py index ffdd30b..55bb008 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -1426,7 +1426,7 @@ class PartitionWindow(InstallWindow): button.connect ("clicked", cb) # create the Hide checkbox - self.toggleViewButton = gtk.CheckButton(_("Hide RAID device/LVM Volume _Group members")) + self.toggleViewButton = gtk.CheckButton(_("_Hide RAID/LVM")) self.toggleViewButton.set_active(not self.show_uneditable) self.toggleViewButton.connect("toggled", self.viewButtonCB) -- 1.6.4.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list