changeset 28336:9381188c362b

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
author Mark Doliner <mark@kingant.net>
date Sun, 09 Aug 2009 20:29:27 +0000
parents 348967766bbc
children 6aa8e64fdbb7
files libpurple/protocols/msn/error.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: