diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-25 17:03:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-02 17:01:30 +0800 |
commit | b77668866f1d5cc4fed07786c659380c8e95e1e5 (patch) | |
tree | 2c07cc853e4c9963e1fe0f350eeb57c56f4c9eec /libempathy/empathy-ft-handler.c | |
parent | 68e5dfaa9c4e5ee49efa13421eb9fc4dfdb04077 (diff) | |
download | gsoc2013-empathy-b77668866f1d5cc4fed07786c659380c8e95e1e5.tar gsoc2013-empathy-b77668866f1d5cc4fed07786c659380c8e95e1e5.tar.gz gsoc2013-empathy-b77668866f1d5cc4fed07786c659380c8e95e1e5.tar.bz2 gsoc2013-empathy-b77668866f1d5cc4fed07786c659380c8e95e1e5.tar.lz gsoc2013-empathy-b77668866f1d5cc4fed07786c659380c8e95e1e5.tar.xz gsoc2013-empathy-b77668866f1d5cc4fed07786c659380c8e95e1e5.tar.zst gsoc2013-empathy-b77668866f1d5cc4fed07786c659380c8e95e1e5.zip |
improve hash mismatch error (#632926)
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 9b77abffd..70a194cb1 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -827,8 +827,7 @@ hash_job_done (gpointer user_data) error = g_error_new_literal (EMPATHY_FT_ERROR_QUARK, EMPATHY_FT_ERROR_HASH_MISMATCH, - _("The hash of the received file and the " - "sent one do not match")); + _("File transfer completed, but the file was corrupted")); goto cleanup; } else |