2006-10-10 [colin] 2.5.3cvs31
authorColin Leroy <colin@colino.net>
Tue, 10 Oct 2006 17:02:44 +0000 (17:02 +0000)
committerColin Leroy <colin@colino.net>
Tue, 10 Oct 2006 17:02:44 +0000 (17:02 +0000)
* src/quote_fmt.c
Rephrase english a bit

ChangeLog
PATCHSETS
configure.ac
src/quote_fmt.c

index c176580dca6a8bcdd6e3692569af012535a00584..b4cf19cd662de3adf7915044d88fd3e4d2f187df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-10 [colin]     2.5.3cvs31
+
+       * src/quote_fmt.c
+               Rephrase english a bit
+
 2006-10-10 [colin]     2.5.3cvs30
 
        * src/prefs_compose_writing.c
index 217e0e4cf0d71a3ea6b8c8155e42712bf196bf34..36d0f16d254ee0a6c1a3ca487ef6b34c00267181 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.47.2.34 -r 1.47.2.35 src/procheader.c;  ) > 2.5.3cvs28.patchset
 ( cvs diff -u -r 1.382.2.313 -r 1.382.2.314 src/compose.c;  cvs diff -u -r 1.12.2.31 -r 1.12.2.32 src/prefs_template.c;  cvs diff -u -r 1.8.2.9 -r 1.8.2.10 src/quote_fmt.c;  cvs diff -u -r 1.5.12.5 -r 1.5.12.6 src/quote_fmt.h;  cvs diff -u -r 1.8.2.5 -r 1.8.2.6 src/quote_fmt_lex.l;  cvs diff -u -r 1.22.2.23 -r 1.22.2.24 src/quote_fmt_parse.y;  ) > 2.5.3cvs29.patchset
 ( cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/prefs_compose_writing.c;  ) > 2.5.3cvs30.patchset
+( cvs diff -u -r 1.8.2.10 -r 1.8.2.11 src/quote_fmt.c;  ) > 2.5.3cvs31.patchset
index eae5da88456b50551a8737730b5ea28a43f38c98..bb350dd202262c6881579e242d79f936e28a51a1 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=5
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=30
+EXTRA_VERSION=31
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 99ba8f58764bbd7562b64f6994f903b9b9708ad4..638c265a3e4662cd24f65fc91affc5f4471c9100 100644 (file)
@@ -55,10 +55,10 @@ static gchar *quote_desc_strings[] = {
        "%m",           N_("message body without signature"), /* message with no signature */
        "%q",           N_("quoted message body without signature"), /* quoted message with no signature */
        "%X",           N_("cursor position"), /* X marks the cursor spot */
-       "%af",          N_("compose account: full name"), /* full name in compose account */
-       "%am",          N_("compose account: mail address"), /* mail address in compose account */
-       "%an",          N_("compose account name itself"), /* compose account name itself */
-       "%ao",          N_("compose account: organization"), /* organization in compose account */
+       "%af",          N_("Account property: your name"), /* full name in compose account */
+       "%am",          N_("Account property: your email address"), /* mail address in compose account */
+       "%an",          N_("Account property: account name"), /* compose account name itself */
+       "%ao",          N_("Account property: organization"), /* organization in compose account */
        "\\%",          N_("literal %"),
        "\\\\",         N_("literal backslash"),
        "\\?",          N_("literal question mark"),