merge of '58d9c79a169bb5ec88e665e1389500dc4f89b40c'

Wed, 09 May 2007 19:34:07 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Wed, 09 May 2007 19:34:07 +0000
changeset 17026
76b9e7b0e0f9
parent 17025
58d9c79a169b (current diff)
parent 17022
d0ca12792153 (diff)
child 17027
cad1dc392f1a

merge of '58d9c79a169bb5ec88e665e1389500dc4f89b40c'
and 'd0ca12792153d7fdd9ee28c1a1a0def07e179cf9'

--- 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"));

mercurial