diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-09 16:18:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-09 16:31:44 +0800 |
commit | 514c6109204c180fa7fc79581058f6dc8156a99e (patch) | |
tree | 51adc196bceef2917eb8c90334187b0eae59ec16 /libempathy-gtk | |
parent | 7f6a15ff9f7eff608e4208ff99725eb8cd543d66 (diff) | |
download | gsoc2013-empathy-514c6109204c180fa7fc79581058f6dc8156a99e.tar gsoc2013-empathy-514c6109204c180fa7fc79581058f6dc8156a99e.tar.gz gsoc2013-empathy-514c6109204c180fa7fc79581058f6dc8156a99e.tar.bz2 gsoc2013-empathy-514c6109204c180fa7fc79581058f6dc8156a99e.tar.lz gsoc2013-empathy-514c6109204c180fa7fc79581058f6dc8156a99e.tar.xz gsoc2013-empathy-514c6109204c180fa7fc79581058f6dc8156a99e.tar.zst gsoc2013-empathy-514c6109204c180fa7fc79581058f6dc8156a99e.zip |
add translators comment explaining the insufficient balance error (#649735)
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 3e8a9c70b..b580812ac 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -1294,6 +1294,8 @@ chat_send_error_cb (EmpathyTpChat *tp_chat, gchar *str; if (!tp_strdiff (dbus_error, TP_ERROR_STR_INSUFFICIENT_BALANCE)) { + /* translators: error used when user doesn't have enough credit on his + * account to send the message. */ error = _("insufficient balance to send message"); } else if (!tp_strdiff (dbus_error, TP_ERROR_STR_NOT_CAPABLE)) { error = _("not capable"); |