aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 17:03:05 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-02 17:01:30 +0800
commitb77668866f1d5cc4fed07786c659380c8e95e1e5 (patch)
tree2c07cc853e4c9963e1fe0f350eeb57c56f4c9eec /libempathy
parent68e5dfaa9c4e5ee49efa13421eb9fc4dfdb04077 (diff)
downloadgsoc2013-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')
-rw-r--r--libempathy/empathy-ft-handler.c3
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