# HG changeset patch # User Mark Doliner # Date 1249849767 0 # Node ID 9381188c362be38945ceae81caff18a345a9ff8b # Parent 348967766bbce90a87fd806157dd1f86236830b8 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 diff -r 348967766bbc -r 9381188c362b libpurple/protocols/msn/error.c --- a/libpurple/protocols/msn/error.c Sun Aug 09 20:27:12 2009 +0000 +++ b/libpurple/protocols/msn/error.c Sun Aug 09 20:29:27 2009 +0000 @@ -198,7 +198,7 @@ break; case 800: - result = _("Friendly name changes too rapidly"); + result = _("Friendly name is changing too rapidly"); break; case 910: