telepathyClient: show connection manager crashes as "Internal error"
We use the same error messages as Empathy; this one was added to Empathy in commit 756dbf5a7a658ba472fc63ef6034d2c4d90e3260. https://bugzilla.gnome.org/show_bug.cgi?id=658908
This commit is contained in:
parent
602da771f6
commit
019dd2e1b0
@ -1336,6 +1336,8 @@ _connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_INSECURE)]
|
|||||||
= _("Certificate uses an insecure cipher algorithm or is cryptographically weak");
|
= _("Certificate uses an insecure cipher algorithm or is cryptographically weak");
|
||||||
_connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_LIMIT_EXCEEDED)]
|
_connectionErrorMessages[Tp.error_get_dbus_name(Tp.Error.CERT_LIMIT_EXCEEDED)]
|
||||||
= _("The length of the server certificate, or the depth of the server certificate chain, exceed the limits imposed by the cryptography library");
|
= _("The length of the server certificate, or the depth of the server certificate chain, exceed the limits imposed by the cryptography library");
|
||||||
|
_connectionErrorMessages['org.freedesktop.DBus.Error.NoReply']
|
||||||
|
= _("Internal error");
|
||||||
|
|
||||||
const AccountNotification = new Lang.Class({
|
const AccountNotification = new Lang.Class({
|
||||||
Name: 'AccountNotification',
|
Name: 'AccountNotification',
|
||||||
|
Loading…
Reference in New Issue
Block a user