diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-10-07 17:01:14 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-10-28 15:30:49 -0300 |
commit | 45b6bbb1e3b710fe975d1627a9dbb4e89369bb50 (patch) | |
tree | a9cecc7957c2b5641b87286999f5bfe943069d3e /src/leap/bitmask/gui/eip_status.py | |
parent | 5d3e34a1d71c52a62bc8ce386d93d5dd3221d57c (diff) |
Fix typos on strings and remove unused button.
This was reported by the user 'strel' on transifex.
Diffstat (limited to 'src/leap/bitmask/gui/eip_status.py')
-rw-r--r-- | src/leap/bitmask/gui/eip_status.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/eip_status.py b/src/leap/bitmask/gui/eip_status.py index a5cd03d3..14ff5972 100644 --- a/src/leap/bitmask/gui/eip_status.py +++ b/src/leap/bitmask/gui/eip_status.py @@ -741,8 +741,8 @@ class EIPStatusWidget(QtGui.QWidget): # XXX this should change to polkit-kde where # applicable. self.tr("We could not find any authentication agent in your " - "system.<br/>Make sure you have" - "<b>polkit-gnome-authentication-agent-1</b> running and" + "system.<br/>Make sure you have " + "<b>polkit-gnome-authentication-agent-1</b> running and " "try again."), error=True) self.set_eipstatus_off() |