# HG changeset patch # User Yoshiki Yazawa # Date 1209623418 -32400 # Node ID 0d102bbb40bb85a18681545117ea6c6716eef01f # Parent 7ea2a717af426df7b292ea0f24fcb3b662f5e939 tweaked UI messages diff -r 7ea2a717af42 -r 0d102bbb40bb pidgin-twitter.c --- 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 */