Mercurial > pidgin-twitter
changeset 12:0d102bbb40bb
tweaked UI messages
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 01 May 2008 15:30:18 +0900 |
parents | 7ea2a717af42 |
children | 1a46d5039f0f |
files | pidgin-twitter.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-twitter.c Thu May 01 14:16:14 2008 +0900 +++ b/pidgin-twitter.c Thu May 01 15:30:18 2008 +0900 @@ -200,7 +200,7 @@ /* translation settings */ pref = purple_plugin_pref_new_with_name_and_label( OPT_TRANSLATE_RECIPIENT, - "Translate @username to link to the user"); + "Translate @username to link"); purple_plugin_pref_frame_add(frame, pref); pref = purple_plugin_pref_new_with_name_and_label( @@ -212,7 +212,7 @@ /* sound settings for recipient */ pref = purple_plugin_pref_new_with_name_and_label( OPT_PLAYSOUND_RECIPIENT, - "Play a sound on reply to the user in the recipient list"); + "Play sound on a reply to the user in the recipient list"); purple_plugin_pref_frame_add(frame, pref); /* recipient list */ @@ -243,7 +243,7 @@ /* sound settings for sender */ pref = purple_plugin_pref_new_with_name_and_label( OPT_PLAYSOUND_SENDER, - "Play a sound if sender of a message is in the sender list"); + "Play sound if sender of a message is in the sender list"); purple_plugin_pref_frame_add(frame, pref); /* sender list */