diff -r 4c4192958900 -r 2ff7f5308727 pidgin/plugins/timestamp_format.c --- a/pidgin/plugins/timestamp_format.c Mon Jan 22 08:37:53 2007 +0000 +++ b/pidgin/plugins/timestamp_format.c Mon Jan 22 09:02:33 2007 +0000 @@ -24,7 +24,7 @@ ppref = gaim_plugin_pref_new_with_name_and_label( "/plugins/gtk/timestamp_format/force_24hr", - _("_Force (traditional Gaim) 24-hour time format")); + _("_Force (traditional " PIDGIN_NAME ") 24-hour time format")); gaim_plugin_pref_frame_add(frame, ppref); ppref = gaim_plugin_pref_new_with_label(_("Show dates in..."));