pidgin/plugins/extplacement.c

changeset 35378
5d9e2581005b
parent 35069
bdc5207ad4b7
child 35610
24b06c5e7760
child 37075
cf3f735b09b7
equal deleted inserted replaced
35377:9f8e83051c26 35378:5d9e2581005b
102 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement")); 102 ppref = purple_plugin_pref_new_with_label(_("Conversation Placement"));
103 purple_plugin_pref_frame_add(frame, ppref); 103 purple_plugin_pref_frame_add(frame, ppref);
104 104
105 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */ 105 /* Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above */
106 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\".")); 106 ppref = purple_plugin_pref_new_with_label(_("Note: The preference for \"New conversations\" must be set to \"By conversation count\"."));
107 purple_plugin_pref_set_type(ppref, PURPLE_PLUGIN_PREF_INFO); 107 purple_plugin_pref_set_pref_type(ppref, PURPLE_PLUGIN_PREF_INFO);
108 purple_plugin_pref_frame_add(frame, ppref); 108 purple_plugin_pref_frame_add(frame, ppref);
109 109
110 ppref = purple_plugin_pref_new_with_name_and_label( 110 ppref = purple_plugin_pref_new_with_name_and_label(
111 "/plugins/gtk/extplacement/placement_number", 111 "/plugins/gtk/extplacement/placement_number",
112 _("Number of conversations per window")); 112 _("Number of conversations per window"));

mercurial