Mercurial > pidgin
diff plugins/gaimrc.c @ 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 | 6e6f5e4b40c0 |
| children | 6f0254e3c4a0 |
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);
