Mercurial > pidgin-twitter
changeset 109:1fc8b74d96db
fix typo.
author | mojin <truffechampagne@gmail.com> |
---|---|
date | Tue, 15 Jul 2008 14:09:55 +0900 |
parents | 01b6613a075a |
children | 8b98a26f44ce |
files | pidgin-twitter.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-twitter.c Tue Jul 15 14:02:41 2008 +0900 +++ b/pidgin-twitter.c Tue Jul 15 14:09:55 2008 +0900 @@ -2137,7 +2137,7 @@ /* post configuration */ pref = purple_plugin_pref_new_with_name_and_label(OPT_API_BASE_POST, - "Post Status to Twitter via API "); + "Post Status to Twitter via API"); purple_plugin_pref_frame_add(frame, pref);