Thu, 15 Mar 2001 15:10:10 +0000
[gaim-migrate @ 1587]
typo
| src/prefs.c | file | annotate | diff | comparison | revisions |
--- a/src/prefs.c Thu Mar 15 15:09:02 2001 +0000 +++ b/src/prefs.c Thu Mar 15 15:10:10 2001 +0000 @@ -299,7 +299,7 @@ gtk_widget_show(label); gaim_button(_("Log all conversations"), &logging_options, OPT_LOG_ALL, box); - gaim_button(_("Strip HTML from conversationlogs"), &logging_options, OPT_LOG_STRIP_HTML, box); + gaim_button(_("Strip HTML from logs"), &logging_options, OPT_LOG_STRIP_HTML, box); sep = gtk_hseparator_new(); gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);