Mercurial > pidgin
changeset 3564:83a54877f1ae
[gaim-migrate @ 3659]
fixed a misspelling.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 28 Sep 2002 17:46:10 +0000 |
parents | e120097bbd72 |
children | 154c4a9d9b6d |
files | plugins/iconaway.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/iconaway.c Sat Sep 28 08:08:14 2002 +0000 +++ b/plugins/iconaway.c Sat Sep 28 17:46:10 2002 +0000 @@ -38,7 +38,7 @@ desc.api_version = PLUGIN_API_VERSION; desc.name = g_strdup("Iconify on away"); desc.version = g_strdup(VERSION); - desc.description = g_strdup("Iconifies the away box and thee buddy list when you go away."); + desc.description = g_strdup("Iconifies the away box and the buddy list when you go away."); desc.authors = g_strdup("Eric Warmenhoven <eric@warmenhoven.org>"); desc.url = g_strdup(WEBSITE); return &desc;