]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-call-utils.c
Merge remote-tracking branch 'pochu/misc-fixes'
[empathy.git] / libempathy-gtk / empathy-call-utils.c
index 399647a623a8b56fd74db6c75b36b88f7ee452e7..adf4987bad0e6b8197c38a97b0eadaf7b5e5b6b1 100644 (file)
@@ -55,6 +55,8 @@ get_error_display_message (GError *error)
         return _("The specified contact is not valid");
       case TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED:
         return _("Emergency calls are not supported on this protocol");
+      case TP_ERROR_INSUFFICIENT_BALANCE:
+        return _("You don't have enough credit in order to place this call");
     }
 
   return _("There was an error starting the call");