cpw.darkrain42.2.6.1: f071542b: Change the string "Friendly name changes...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Aug 9 16:36:02 EDT 2009


-----------------------------------------------------------------
Revision: f071542be3fe3620768f979b3efb1d94aa5e29c2
Ancestor: 1370c2eb8d0eadd1d9ff28a5c64d7953d3af9105
Author: markdoliner at pidgin.im
Date: 2009-08-09T20:29:27
Branch: im.pidgin.cpw.darkrain42.2.6.1
URL: http://d.pidgin.im/viewmtn/revision/info/f071542be3fe3620768f979b3efb1d94aa5e29c2

Modified files:
        libpurple/protocols/msn/error.c

ChangeLog: 

Change the string "Friendly name changes too rapidly" to "Friendly
name is changing too rapidly"

This seems less awkward to me.  I'm not really sure what context this
error message is used in, but it seems like it will still make sense

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/error.c	91e877dd36110c73691e540558947c0134cd968b
+++ libpurple/protocols/msn/error.c	b40d7ae02e64613e5091ef538d37b39528a67342
@@ -198,7 +198,7 @@ msn_error_get_text(unsigned int type, gb
 			break;
 
 		case 800:
-			result = _("Friendly name changes too rapidly");
+			result = _("Friendly name is changing too rapidly");
 			break;
 
 		case 910:


More information about the Commits mailing list