diff options
-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 |