From 3e2eb0cb1878a9494650ea1278ef2f9211ebdaac Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 5 Oct 2012 10:10:04 +0900 Subject: add menu for running wizard at will it's still buggy in that it does not bother to stop the ongoing checks or connection. we should take care of that soon. --- src/leap/gui/firstrunwizard.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/leap/gui') diff --git a/src/leap/gui/firstrunwizard.py b/src/leap/gui/firstrunwizard.py index 1012f64c..02ace77e 100755 --- a/src/leap/gui/firstrunwizard.py +++ b/src/leap/gui/firstrunwizard.py @@ -194,10 +194,10 @@ class IntroPage(QtGui.QWizardPage): label = QtGui.QLabel( "Now we will guide you through " "some configuration that is needed before you " - "connect for the first time.

" - "If you ever need to modify this options again, " - "you can access from the 'Settings' menu in the " - "main window of the app.") + "can connect for the first time.

" + "If you ever need to modify these options again, " + "you can find the wizard in the 'Settings' menu from the " + "main window of the Leap App.") label.setWordWrap(True) -- cgit v1.2.3