summaryrefslogtreecommitdiff
path: root/src/leap/gui
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-10-05 10:10:04 +0900
committerkali <kali@leap.se>2012-10-05 10:10:04 +0900
commit3e2eb0cb1878a9494650ea1278ef2f9211ebdaac (patch)
tree5a0eb60affe76fb1b012975d4c0088338c34395f /src/leap/gui
parent7c659fed65f08f2b52f0320c99a456679749e3f3 (diff)
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.
Diffstat (limited to 'src/leap/gui')
-rwxr-xr-xsrc/leap/gui/firstrunwizard.py8
1 files changed, 4 insertions, 4 deletions
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.<br><br>"
- "If you ever need to modify this options again, "
- "you can access from the '<i>Settings</i>' menu in the "
- "main window of the app.")
+ "can connect for the first time.<br><br>"
+ "If you ever need to modify these options again, "
+ "you can find the wizard in the '<i>Settings</i>' menu from the "
+ "main window of the Leap App.")
label.setWordWrap(True)