This fixes the label above the text area for testing layout configuration. While this is a stupid bug that should be fixed for F18 it would brake translations. Suggestions?
Vratislav Podzimek (1): Change testing area label to something more appropriate (KeyboardSpoke)
pyanaconda/ui/gui/spokes/keyboard.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Since we are not switching layouts on selection changes we shouldn't state that in the label above the testing area.
Resolves: rhbz#854557
Signed-off-by: Vratislav Podzimek vpodzime@redhat.com --- pyanaconda/ui/gui/spokes/keyboard.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/gui/spokes/keyboard.glade b/pyanaconda/ui/gui/spokes/keyboard.glade index 8e22c16..d7fb87a 100644 --- a/pyanaconda/ui/gui/spokes/keyboard.glade +++ b/pyanaconda/ui/gui/spokes/keyboard.glade @@ -400,7 +400,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Test the selected layout below:</property> + <property name="label" translatable="yes">Test the layout configuration below:</property> <attributes> <attribute name="font-desc" value="Cantarell 10"/> </attributes>
Since we are not switching layouts on selection changes we shouldn't state that in the label above the testing area.
ACK, but not for F18 given where we are in the schedule. Unfortunately we do not have a branch for F18 yet (perhaps it's time?) so master is still tracking F18.
Hold onto it until you see a branch, then push.
- Chris
anaconda-patches@lists.fedorahosted.org