diff options
author | Kali Kaneko <kali@leap.se> | 2015-11-02 12:28:59 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-11-02 12:28:59 -0400 |
commit | cc1461ef68e734adf65c2c7b2391225df4e1e86c (patch) | |
tree | c3ec72145c5961c9fa05106b57afda844fd35d3e /src/leap/bitmask/gui/mainwindow.py | |
parent | c1002003ea35586297eb52c35a7abdd2d5e0308b (diff) |
[docs] add link to mail help in About dialog
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index 387c6283..a8a4e41d 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -1021,9 +1021,9 @@ class MainWindow(QtGui.QMainWindow, SignalTracker): "Version: <b>{ver}</b> ({ver_hash})<br>" "<br>{greet}" "Bitmask is the Desktop client application for the LEAP " - "platform, supporting encrypted internet proxy.<br>" - # "Secure email is comming soon.<br>" - "<br>" + "platform, supporting Encrypted Internet Proxy " + "and <a href='https://bitmask.net/help/email'> " + "Encrypted Email</a>.<br><br>" "LEAP is a non-profit dedicated to giving all internet users " "access to secure communication. Our focus is on adapting " "encryption technology to make it easy to use and widely " |