From: Paul Mangan Date: Tue, 11 Jun 2002 15:01:50 +0000 (+0000) Subject: correct a typo on the Receive tab X-Git-Tag: rel_0_7_7~16 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=c351098cc45c53bf6032174d23796484e781b974 correct a typo on the Receive tab --- diff --git a/ChangeLog.claws b/ChangeLog.claws index eb5d676c2..261adbe29 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2002-06-11 [paul] 0.7.6claws39 + + * src/prefs_account.c + correct a typo on the Receive tab + 2002-06-10 [match] 0.7.6claws38 * src/addressbook.c diff --git a/configure.in b/configure.in index c83857e48..dc61ed5b3 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=7 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws38 +EXTRA_VERSION=claws39 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/prefs_account.c b/src/prefs_account.c index 458f4ae82..5a0062250 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -1093,7 +1093,7 @@ static void prefs_account_receive_create(void) PACK_CHECK_BUTTON (vbox2, getall_chkbtn, _("Download all messages on server")); PACK_CHECK_BUTTON (vbox2, sd_filter_on_recv_chkbtn, - _("use filtering rules with Selective Donwload")); + _("Use filtering rules with Selective Download")); PACK_CHECK_BUTTON (vbox2, sd_rmmail_chkbtn, _("Remove Mail after downloading with Selective Download"));