comparison pidgin-twitter.c @ 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
comparison
equal deleted inserted replaced
11:7ea2a717af42 12:0d102bbb40bb
198 198
199 199
200 /* translation settings */ 200 /* translation settings */
201 pref = purple_plugin_pref_new_with_name_and_label( 201 pref = purple_plugin_pref_new_with_name_and_label(
202 OPT_TRANSLATE_RECIPIENT, 202 OPT_TRANSLATE_RECIPIENT,
203 "Translate @username to link to the user"); 203 "Translate @username to link");
204 purple_plugin_pref_frame_add(frame, pref); 204 purple_plugin_pref_frame_add(frame, pref);
205 205
206 pref = purple_plugin_pref_new_with_name_and_label( 206 pref = purple_plugin_pref_new_with_name_and_label(
207 OPT_TRANSLATE_SENDER, 207 OPT_TRANSLATE_SENDER,
208 "Translate sender name to link"); 208 "Translate sender name to link");
210 210
211 211
212 /* sound settings for recipient */ 212 /* sound settings for recipient */
213 pref = purple_plugin_pref_new_with_name_and_label( 213 pref = purple_plugin_pref_new_with_name_and_label(
214 OPT_PLAYSOUND_RECIPIENT, 214 OPT_PLAYSOUND_RECIPIENT,
215 "Play a sound on reply to the user in the recipient list"); 215 "Play sound on a reply to the user in the recipient list");
216 purple_plugin_pref_frame_add(frame, pref); 216 purple_plugin_pref_frame_add(frame, pref);
217 217
218 /* recipient list */ 218 /* recipient list */
219 pref = purple_plugin_pref_new_with_name_and_label( 219 pref = purple_plugin_pref_new_with_name_and_label(
220 OPT_USERLIST_RECIPIENT, 220 OPT_USERLIST_RECIPIENT,
241 241
242 242
243 /* sound settings for sender */ 243 /* sound settings for sender */
244 pref = purple_plugin_pref_new_with_name_and_label( 244 pref = purple_plugin_pref_new_with_name_and_label(
245 OPT_PLAYSOUND_SENDER, 245 OPT_PLAYSOUND_SENDER,
246 "Play a sound if sender of a message is in the sender list"); 246 "Play sound if sender of a message is in the sender list");
247 purple_plugin_pref_frame_add(frame, pref); 247 purple_plugin_pref_frame_add(frame, pref);
248 248
249 /* sender list */ 249 /* sender list */
250 pref = purple_plugin_pref_new_with_name_and_label( 250 pref = purple_plugin_pref_new_with_name_and_label(
251 OPT_USERLIST_SENDER, 251 OPT_USERLIST_SENDER,