diff pidgin/gtkdebug.c @ 15437:ea9ec8c3a3b8

A few non-gettextized strings
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:48:43 +0000
parents 5fe8042783c1
children d79ca56a4626
line wrap: on
line diff
--- a/pidgin/gtkdebug.c	Sat Jan 27 11:41:32 2007 +0000
+++ b/pidgin/gtkdebug.c	Sat Jan 27 11:48:43 2007 +0000
@@ -220,7 +220,7 @@
 	}
 
 	tmp = gtk_imhtml_get_text(GTK_IMHTML(win->text), NULL, NULL);
-	fprintf(fp, "Gaim Debug Log : %s\n", gaim_date_format_full(NULL));
+	fprintf(fp, "Pidgin Debug Log : %s\n", gaim_date_format_full(NULL));
 	fprintf(fp, "%s", tmp);
 	g_free(tmp);