Sat, 12 Nov 2005 14:10:07 +0000
[gaim-migrate @ 14343]
I'm removing this guy's colon. Gross.
| plugins/gaimrc.c | file | annotate | diff | comparison | revisions |
--- 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);