Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2015-10-06 17:12:37 +0300
committermjentsch <mtthsjntsch@gmail.com>2015-10-06 20:23:07 +0300
commit688f628890574f3fc3a59ce9db54a002ba4f9a26 (patch)
tree3d2abaf0892a829305ff5542849a4cdefcbd42a6 /telegram-base.c
parentffef370ae1856bfd895bf8e55e4325093506919d (diff)
Consolidate user messages
Diffstat (limited to 'telegram-base.c')
-rw-r--r--telegram-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram-base.c b/telegram-base.c
index 093fafa..665a4da 100644
--- a/telegram-base.c
+++ b/telegram-base.c
@@ -474,7 +474,7 @@ gboolean assert_file_exists (PurpleConnection *gc, const char *filepath, const c
}
void export_auth_callback (struct tgl_state *TLS, void *extra, int success) {
- if (!error_if_val_false (TLS, success, _("Login Canceled"), _("Authentication export failed."))) {
+ if (!error_if_val_false (TLS, success, _("Login Canceled"), _("Authentication export to remote data centers failed, login not possible."))) {
telegram_export_authorization (TLS);
}
}