# HG changeset patch # User Daniel Atallah # Date 1178728700 0 # Node ID 05701825aa7e1cca9c9ab5cf0d02577fbfd9e8b8 # Parent 6b516b7eebc55ca27a7a273cee6a4c4313e6600d Add note about using "By conversation count" for the "New conversations" preference to the extplacement plugin. Hopefully this reduces confusion (including for me). diff -r 6b516b7eebc5 -r 05701825aa7e pidgin/plugins/extplacement.c --- a/pidgin/plugins/extplacement.c Wed May 09 06:46:32 2007 +0000 +++ b/pidgin/plugins/extplacement.c Wed May 09 16:38:20 2007 +0000 @@ -101,6 +101,11 @@ ppref = purple_plugin_pref_new_with_label(_("Conversation Placement")); purple_plugin_pref_frame_add(frame, ppref); + /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */ + ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\".")); + purple_plugin_pref_set_type(ppref, PURPLE_PLUGIN_PREF_INFO); + purple_plugin_pref_frame_add(frame, ppref); + ppref = purple_plugin_pref_new_with_name_and_label( "/plugins/gtk/extplacement/placement_number", _("Number of conversations per window"));