# HG changeset patch # User Richard Laager # Date 1178412209 0 # Node ID 09f0bb67a87f0ab815e395b39ac0ecc0329ed768 # Parent 8bf1d19a93ea5eedd1899396e84d45665fefc6b0 Traditional Pidgin doesn't make any sense. It was only ever the case for Gaim. Since we're not speaking that name any more, I just removed it. diff -r 8bf1d19a93ea -r 09f0bb67a87f pidgin/plugins/timestamp_format.c --- a/pidgin/plugins/timestamp_format.c Sat May 05 23:56:21 2007 +0000 +++ b/pidgin/plugins/timestamp_format.c Sun May 06 00:43:29 2007 +0000 @@ -23,7 +23,7 @@ ppref = purple_plugin_pref_new_with_label(_("Timestamp Format Options")); purple_plugin_pref_frame_add(frame, ppref); - tmp = g_strdup_printf(_("_Force (traditional %s) 24-hour time format"), PIDGIN_NAME); + tmp = g_strdup_printf(_("_Force 24-hour time format")); ppref = purple_plugin_pref_new_with_name_and_label( "/plugins/gtk/timestamp_format/force_24hr", tmp);