pidgin: 147a2b8b: Good call, this doesn't need to be trans...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Feb 7 03:35:58 EST 2010


-----------------------------------------------------------------
Revision: 147a2b8b067bccc514ecf55f2a4454f6df40e9bb
Ancestor: 37ee5cce9aeb51268bee637a770a97b72e301bf2
Author: markdoliner at pidgin.im
Date: 2010-02-07T08:31:41
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/147a2b8b067bccc514ecf55f2a4454f6df40e9bb

Modified files:
        libpurple/protocols/oscar/family_oservice.c po/POTFILES.in

ChangeLog: 

Good call, this doesn't need to be translated.  This messaged used to be
shown to users, but now that we throttle outgoing messages to avoid
hitting the rate limit, we don't bother showing this for some reason.
I think it was annoying people and causing confusion.  But it really
should happen rarely if ever, so I think it's safe to keep it as a debug
message and not translate it.

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/family_oservice.c	1ac0a3fc6c73a1a93289c4ce300094ec77d2e4ef
+++ libpurple/protocols/oscar/family_oservice.c	d13997117b5621ed9be2a7044377167d8e0553ef
@@ -524,9 +524,9 @@ ratechange(OscarData *od, FlapConnection
 			delta, rateclass->dropping_snacs, rateclass->windowsize);
 
 	if (code == AIM_RATE_CODE_LIMIT) {
-		purple_debug_warning("oscar",  _("The last action you attempted "
+		purple_debug_warning("oscar",  "The last action you attempted "
 				"could not be performed because you are over the rate "
-				"limit. Please wait 10 seconds and try again.\n"));
+				"limit. Please wait 10 seconds and try again.\n");
 	}
 
 	return 1;
============================================================
--- po/POTFILES.in	32f476ea08abf437c47560c24d3a3eacae602110
+++ po/POTFILES.in	3d91aa25a94b170e69a73a92909e0503fef602e9
@@ -146,7 +146,6 @@ libpurple/protocols/oscar/family_chatnav
 libpurple/protocols/novell/novell.c
 libpurple/protocols/oscar/clientlogin.c
 libpurple/protocols/oscar/family_chatnav.c
-libpurple/protocols/oscar/family_oservice.c
 libpurple/protocols/oscar/flap_connection.c
 libpurple/protocols/oscar/libaim.c
 libpurple/protocols/oscar/libicq.c


More information about the Commits mailing list