diff --git a/src/common/exceptions.py b/src/common/exceptions.py index 86eb85e23..3389f3aab 100644 --- a/src/common/exceptions.py +++ b/src/common/exceptions.py @@ -56,4 +56,4 @@ class SessionBusNotPresent(Exception): Exception.__init__(self) def __str__(self): - return _('Session bus is not available') + return _('Session bus is not available.\nTry reading http://trac.gajim.org/wiki/GajimDBus')