pidgin/plugins/timestamp_format.c

changeset 15442
2ff7f5308727
parent 15435
4b933b06d75e
child 15562
8c8249fe5e3c
equal deleted inserted replaced
15441:4c4192958900 15442:2ff7f5308727
22 ppref = gaim_plugin_pref_new_with_label(_("Timestamp Format Options")); 22 ppref = gaim_plugin_pref_new_with_label(_("Timestamp Format Options"));
23 gaim_plugin_pref_frame_add(frame, ppref); 23 gaim_plugin_pref_frame_add(frame, ppref);
24 24
25 ppref = gaim_plugin_pref_new_with_name_and_label( 25 ppref = gaim_plugin_pref_new_with_name_and_label(
26 "/plugins/gtk/timestamp_format/force_24hr", 26 "/plugins/gtk/timestamp_format/force_24hr",
27 _("_Force (traditional Gaim) 24-hour time format")); 27 _("_Force (traditional " PIDGIN_NAME ") 24-hour time format"));
28 gaim_plugin_pref_frame_add(frame, ppref); 28 gaim_plugin_pref_frame_add(frame, ppref);
29 29
30 ppref = gaim_plugin_pref_new_with_label(_("Show dates in...")); 30 ppref = gaim_plugin_pref_new_with_label(_("Show dates in..."));
31 gaim_plugin_pref_frame_add(frame, ppref); 31 gaim_plugin_pref_frame_add(frame, ppref);
32 32

mercurial