diff libpurple/protocols/msn/error.c @ 15382:21bc8d84974f

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:27:02 +0000
parents 5fe8042783c1
children 5ec709327dc6
line wrap: on
line diff
--- a/libpurple/protocols/msn/error.c	Mon Jan 22 09:05:30 2007 +0000
+++ b/libpurple/protocols/msn/error.c	Mon Jan 22 09:27:02 2007 +0000
@@ -35,7 +35,7 @@
 					   _("Unable to parse message"));
 		case 200:
 			g_snprintf(msg, sizeof(msg),
-					   _("Syntax Error (probably a Gaim bug)"));
+					   _("Syntax Error (probably a client bug)"));
 			break;
 		case 201:
 			g_snprintf(msg, sizeof(msg),