diff options
author | Ruben Pollan <meskio@sindominio.net> | 2014-10-08 09:24:36 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2014-10-08 09:24:36 -0500 |
commit | e22295c56a39a31602b58186afa528513363fe35 (patch) | |
tree | 7655d34e19725bef849bc02282ecfdbfa141518d /src/leap/bitmask/gui/eip_status.py | |
parent | 24ff067793ad1d9e347ea96da2d262f2f8cb8977 (diff) | |
parent | 34c81307e58f0356ae7275c88590d77728367fee (diff) |
Merge branch 'ivan/bug/fix-strings' into develop
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() |