pidgin: 55286351: Use "does" here sounds more natural to m...

markdoliner at pidgin.im markdoliner at pidgin.im
Sat Mar 7 02:35:28 EST 2009


-----------------------------------------------------------------
Revision: 5528635133e9546d67a6e0723b62b4e8b4b886a6
Ancestor: 303af74a38e7b313d4fb0be4d4054a16cb13d819
Author: markdoliner at pidgin.im
Date: 2009-03-07T07:32:51
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5528635133e9546d67a6e0723b62b4e8b4b886a6

Modified files:
        libpurple/protocols/jabber/jabber.c

ChangeLog: 

Use "does" here sounds more natural to me

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c	dd16e1382d9743b803f04863a7c9fd36f3fb0f5a
+++ libpurple/protocols/jabber/jabber.c	4abd8fd2b15490137b9a692cd7eb1d2ba05ee5df
@@ -2513,7 +2513,7 @@ static gboolean _jabber_send_buzz(Jabber
 		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;
 	}
 }


More information about the Commits mailing list