Mercurial > pidgin.yaz
changeset 1577:d7d3ae0071b4
[gaim-migrate @ 1587]
typo
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 15 Mar 2001 15:10:10 +0000 |
parents | 992871bf2649 |
children | 5e60cfb67ab6 |
files | src/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);