From: Darko Koruga Date: Wed, 8 Jan 2003 10:00:57 +0000 (+0000) Subject: Fix description for marked messages. X-Git-Tag: rel_0_8_9~88 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=869a09cf4424c380d6335198f209ccdba1d68191 Fix description for marked messages. --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 7df2bcfff..c7893ba00 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2003-01-08 [darko] + + * README.claws, src/summaryview.c + fix description for marked messages + 2003-01-08 [paul] * tools/Makefile.am diff --git a/README.claws b/README.claws index 19ec76565..91a4e0a17 100644 --- a/README.claws +++ b/README.claws @@ -516,7 +516,7 @@ mention it. Sg # messages whose size is greater than # Ss # messages whose size is smaller than # t S messages which have been sent to S - T marked marked + T marked messages U unread messages x S messages which contain S in References header y S messages which contain S in X-Label header diff --git a/configure.in b/configure.in index 5fdf286e3..8e9658fd2 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws65 +EXTRA_VERSION=claws66 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/summaryview.c b/src/summaryview.c index e2d3763f5..20657ba1f 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -503,7 +503,7 @@ static gchar *search_descr_strings[] = { "Sg #", N_("messages whose size is greater than #"), "Ss #", N_("messages whose size is smaller than #"), "t S", N_("messages which have been sent to S"), - "T", N_("marked marked"), + "T", N_("marked messages"), "U", N_("unread messages"), "x S", N_("messages which contain S in References header"), "y S", N_("messages which contain S in X-Label header"),