summaryrefslogtreecommitdiff
path: root/src/leap/gui/wizard.py
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-04-12 14:05:29 -0300
committerTomas Touceda <chiiph@leap.se>2013-04-12 14:05:29 -0300
commit4e4268af42e6d0bbf38e6027ca36d1b9f1bdda68 (patch)
tree030be534db4a35ee990588abdb3160857df695d0 /src/leap/gui/wizard.py
parentd84e2a7b30b23f20ed832c447f1bcfa325f9510d (diff)
Fix UI which was missbehaving
- Remove the <b> wrapping on checkboxes, since they don't understand HTML - Change the display of provider since providers with big names like dev.bitmask.net make the UI look bad.
Diffstat (limited to 'src/leap/gui/wizard.py')
-rw-r--r--src/leap/gui/wizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/wizard.py b/src/leap/gui/wizard.py
index 7759b98d..4da4c815 100644
--- a/src/leap/gui/wizard.py
+++ b/src/leap/gui/wizard.py
@@ -80,7 +80,7 @@ class Wizard(QtGui.QWizard):
if self._is_need_eip_password_warning():
EIP_LABEL += " " + self.tr(
- "(<b>will need admin password to start</b>)")
+ "(will need admin password to start)")
self.SERVICE_DISPLAY = [
EIP_LABEL