# HG changeset patch # User Mark Doliner # Date 1131804607 0 # Node ID 6a95efdd1414c444008b133f4ce945dce45ebf7c # Parent 0b7ec6a106d5243afcc71cd69a14f6e068e888a1 [gaim-migrate @ 14343] I'm removing this guy's colon. Gross. committer: Tailor Script diff -r 0b7ec6a106d5 -r 6a95efdd1414 plugins/gaimrc.c --- 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);