comparison libpurple/plugins/joinpart.c @ 28329:04f46e8750d4

Drop a colon.
author Paul Aurich <paul@darkrain42.org>
date Sat, 01 Aug 2009 23:40:44 +0000
parents 088a828fe2e2
children
comparison
equal deleted inserted replaced
28328:088a828fe2e2 28329:04f46e8750d4
227 227
228 g_return_val_if_fail(plugin != NULL, FALSE); 228 g_return_val_if_fail(plugin != NULL, FALSE);
229 229
230 frame = purple_plugin_pref_frame_new(); 230 frame = purple_plugin_pref_frame_new();
231 231
232 ppref = purple_plugin_pref_new_with_label(_("Hide Joins/Parts:")); 232 ppref = purple_plugin_pref_new_with_label(_("Hide Joins/Parts"));
233 purple_plugin_pref_frame_add(frame, ppref); 233 purple_plugin_pref_frame_add(frame, ppref);
234 234
235 ppref = purple_plugin_pref_new_with_name_and_label(THRESHOLD_PREF, 235 ppref = purple_plugin_pref_new_with_name_and_label(THRESHOLD_PREF,
236 /* Translators: Followed by an input request a number of people */ 236 /* Translators: Followed by an input request a number of people */
237 _("For rooms with more than this many people")); 237 _("For rooms with more than this many people"));