pidgin/plugins/extplacement.c

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 36956
4808d6391e69
parent 35378
5d9e2581005b
child 37123
9c245220151d
equal deleted inserted replaced
37074:1e7b4b3741a0 37075:cf3f735b09b7
85 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement")); 85 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement"));
86 purple_plugin_pref_frame_add(frame, ppref); 86 purple_plugin_pref_frame_add(frame, ppref);
87 87
88 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */ 88 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */
89 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\".")); 89 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\"."));
90 purple_plugin_pref_set_type(ppref, PURPLE_PLUGIN_PREF_INFO); 90 purple_plugin_pref_set_pref_type(ppref, PURPLE_PLUGIN_PREF_INFO);
91 purple_plugin_pref_frame_add(frame, ppref); 91 purple_plugin_pref_frame_add(frame, ppref);
92 92
93 ppref = purple_plugin_pref_new_with_name_and_label( 93 ppref = purple_plugin_pref_new_with_name_and_label(
94 "/plugins/gtk/extplacement/placement_number", 94 "/plugins/gtk/extplacement/placement_number",
95 _("Number of conversations per window")); 95 _("Number of conversations per window"));

mercurial