--- vnc.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vnc.py b/vnc.py index 4f17206..3e5d813 100644 --- a/vnc.py +++ b/vnc.py @@ -352,8 +352,8 @@ def askVncWindow(title = None, message = None): while step < STEP_DONE: if step == STEP_MESSAGE: button = ButtonChoiceWindow(screen, title, message, - buttons = [ _("Use text mode"), - _("Start VNC") ]) + buttons = [ _("Start VNC"), + _("Use text mode") ]) if button == string.lower (_("Use text mode")): screen.finish() -- 1.6.0.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list