Mercurial > pidgin
changeset 30364:a1043e95aa13
Since these messages are shown to the user, they should at least
look like complete sentences. They are still confusing and should
probably be rephrased further, but I'm not sure how now.
author | ivan.komarov@soc.pidgin.im |
---|---|
date | Sun, 30 May 2010 19:20:47 +0000 |
parents | b7b399914d21 |
children | 7fd5df3f519e |
files | libpurple/protocols/oscar/util.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/util.c Sun May 30 19:08:35 2010 +0000 +++ b/libpurple/protocols/oscar/util.c Sun May 30 19:20:47 2010 +0000 @@ -38,8 +38,8 @@ static const char * const msgerrreason[] = { N_("Invalid error"), N_("Invalid SNAC"), - N_("Rate to host"), - N_("Rate to client"), + N_("Server rate limit exceeded"), + N_("Client rate limet exceeded"), N_("Not logged in"), N_("Service unavailable"), N_("Service not defined"),