# HG changeset patch # User William Ehlhardt # Date 1178739247 0 # Node ID e7d7b5b88691f42329a188544cec4f3e614e447c # Parent 84fc71d9241b12d4a089eb27c0475a2b3aebd6da# Parent 05701825aa7e1cca9c9ab5cf0d02577fbfd9e8b8 merge of '6f814680b83cf9370ede6c4a87a34a35203b26df' and '9bc231c2ede555aacf575b91f92870989cf9cb0f' diff -r 84fc71d9241b -r e7d7b5b88691 pidgin/plugins/extplacement.c --- a/pidgin/plugins/extplacement.c Wed May 09 18:49:48 2007 +0000 +++ b/pidgin/plugins/extplacement.c Wed May 09 19:34:07 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"));