diff libpurple/protocols/jabber/jabber.c @ 25981:7ace7bf0bfad

Use "does" here sounds more natural to me
author Mark Doliner <mark@kingant.net>
date Sat, 07 Mar 2009 07:32:51 +0000
parents 5f9a24d1c25e
children 00eb738116ae 12c2f11bb113 f5e613e05332 e4a060a1e3de 7027cc42e56c 38238d41923b a4a5825fb1bb 9407348dc714
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Thu Mar 05 23:54:50 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sat Mar 07 07:32:51 2009 +0000
@@ -2513,7 +2513,7 @@
 		return TRUE;
 	} else {
 		*error = g_strdup_printf(_("Unable to buzz, because %s does "
-			"not support it or do not wish to receive buzzes now."), alias);
+			"not support it or does not wish to receive buzzes now."), alias);
 		return FALSE;
 	}
 }