diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index ec41f9b38..a1047334d 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -358,6 +358,8 @@ create_errors_to_message_hash (void) _("The length of the server certificate, or the depth of the " "server certificate chain, exceed the limits imposed by the " "cryptography library")); + g_hash_table_insert (errors, TP_ERROR_STR_SOFTWARE_UPGRADE_REQUIRED, + _("Your software is too old")); return errors; } |