]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.c
Merge remote-tracking branch 'pochu/upgrade-software'
[empathy.git] / libempathy / empathy-utils.c
index 66add2f7ddb3553f58e599cb7811c1ea34239d4c..9eec82e74e99db2354236bb445ebfb65c9f6c47d 100644 (file)
@@ -368,6 +368,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;
 }