Mercurial > pidgin.yaz
changeset 13286:5c79c0dd80db
[gaim-migrate @ 15652]
Typo fix
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 14 Feb 2006 16:53:36 +0000 |
parents | f67f0cda5f0c |
children | 9ee92b9cbf5d |
files | src/protocols/sametime/sametime.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c Tue Feb 14 07:55:30 2006 +0000 +++ b/src/protocols/sametime/sametime.c Tue Feb 14 16:53:36 2006 +0000 @@ -5483,7 +5483,7 @@ char *msg; msgA = _("No matches"); - msgB = _("The identifier '%s' did not match and users in your" + msgB = _("The identifier '%s' did not match any users in your" " Sametime community."); msg = g_strdup_printf(msgB, NSTR(res->name));