changeset 12048:6a95efdd1414

[gaim-migrate @ 14343] I'm removing this guy's colon. Gross. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Nov 2005 14:10:07 +0000
parents 0b7ec6a106d5
children d854a6fc7b82
files plugins/gaimrc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/gaimrc.c	Sat Nov 12 14:07:42 2005 +0000
+++ b/plugins/gaimrc.c	Sat Nov 12 14:10:07 2005 +0000
@@ -514,7 +514,7 @@
 	vbox = gtk_vbox_new(FALSE, GAIM_HIG_CAT_SPACE);
 	gtk_box_pack_start(GTK_BOX(frame), vbox, FALSE, FALSE, 0);
 
-	tmp = g_strdup_printf(_("Write a gtkrc file with these settings to: %s"), gaim_user_dir());
+	tmp = g_strdup_printf(_("Write a gtkrc file with these settings to %s"), gaim_user_dir());
 	check = gtk_button_new_with_label(tmp);
 	g_free(tmp);
 	gtk_box_pack_start(GTK_BOX(vbox), check, FALSE, FALSE, 0);