Mercurial > pidgin
changeset 28993:ad4960c2df28
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.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 07 Feb 2010 08:31:41 +0000 |
parents | 1b040b79da38 |
children | acf7f7637669 |
files | libpurple/protocols/oscar/family_oservice.c po/POTFILES.in |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_oservice.c Sun Feb 07 00:34:12 2010 +0000 +++ b/libpurple/protocols/oscar/family_oservice.c Sun Feb 07 08:31:41 2010 +0000 @@ -524,9 +524,9 @@ 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;
--- a/po/POTFILES.in Sun Feb 07 00:34:12 2010 +0000 +++ b/po/POTFILES.in Sun Feb 07 08:31:41 2010 +0000 @@ -146,7 +146,6 @@ 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