changeset 16931:09f0bb67a87f

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.
author Richard Laager <rlaager@wiktel.com>
date Sun, 06 May 2007 00:43:29 +0000
parents 8bf1d19a93ea
children b668951121d8
files pidgin/plugins/timestamp_format.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);