Improve gg error message. Fixes #16196.

Thu, 09 Oct 2014 20:53:42 -0400

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 09 Oct 2014 20:53:42 -0400
changeset 36168
0203e8dce52d
parent 36167
21ef99aa6390
child 36190
c60396851d4b

Improve gg error message. Fixes #16196.

libpurple/protocols/gg/edisc.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/gg/edisc.c	Fri Oct 03 11:14:09 2014 -0400
+++ b/libpurple/protocols/gg/edisc.c	Thu Oct 09 20:53:42 2014 -0400
@@ -482,11 +482,11 @@
 			ggp_edisc_xfer_error(xfer,
 				_("Recipient not logged in"));
 		else if (error_id == 207) /* bad sender recipient relation */
-			ggp_edisc_xfer_error(xfer, _("Recipient didn't added "
-				"you to his buddy list"));
+			ggp_edisc_xfer_error(xfer, _("You aren't on the "
+                                "recipient's buddy list"));
 		else
 			ggp_edisc_xfer_error(xfer,
-				_("Cannot offer sending a file"));
+				_("Unable to send file"));
 		return;
 	}
 

mercurial