From b77668866f1d5cc4fed07786c659380c8e95e1e5 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 25 Oct 2010 11:03:05 +0200 Subject: [PATCH] improve hash mismatch error (#632926) --- libempathy/empathy-ft-handler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 9b77abff..70a194cb 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 -- 2.39.2