hint user about what could be wrong

This commit is contained in:
Nikos Kouremenos 2006-03-19 21:21:16 +00:00
parent b90e546927
commit 131d0de955
1 changed files with 1 additions and 1 deletions

View File

@ -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')