hint user about what could be wrong
This commit is contained in:
parent
b90e546927
commit
131d0de955
|
@ -56,4 +56,4 @@ class SessionBusNotPresent(Exception):
|
||||||
Exception.__init__(self)
|
Exception.__init__(self)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return _('Session bus is not available')
|
return _('Session bus is not available.\nTry reading http://trac.gajim.org/wiki/GajimDBus')
|
||||||
|
|
Loading…
Reference in New Issue