2007-08-25 [paul] 2.10.0cvs175
authorPaul Mangan <paul@claws-mail.org>
Sat, 25 Aug 2007 20:25:12 +0000 (20:25 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 25 Aug 2007 20:25:12 +0000 (20:25 +0000)
* src/prefs_actions.c
workaround gettext problem marking
string as c-format when it's not

ChangeLog
PATCHSETS
configure.ac
src/prefs_actions.c

index 499b4ce14ba47fdfaca726dad030993b556cf934..3588465f9c1d1ee52cd2e692106c5b3b655a2c81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-25 [paul]      2.10.0cvs175
+
+       * src/prefs_actions.c
+               workaround gettext problem marking
+               string as c-format when it's not
+
 2007-08-25 [wwp]       2.10.0cvs174
 
        * src/alertpanel.c
index 0df62f21580f8b03c9c1d65164bd0444c4831c8f..7cfe8417ad315613d50a1c1999be1970e0dcd134 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/gtk/icon_legend.c;  ) > 2.10.0cvs172.patchset
 ( cvs diff -u -r 1.6.2.15 -r 1.6.2.16 src/common/log.c;  ) > 2.10.0cvs173.patchset
 ( cvs diff -u -r 1.17.2.36 -r 1.17.2.37 src/alertpanel.c;  cvs diff -u -r 1.94.2.147 -r 1.94.2.148 src/messageview.c;  cvs diff -u -r 1.60.2.48 -r 1.60.2.49 src/prefs_actions.c;  cvs diff -u -r 1.6.2.16 -r 1.6.2.17 src/common/log.c;  ) > 2.10.0cvs174.patchset
+( cvs diff -u -r 1.60.2.49 -r 1.60.2.50 src/prefs_actions.c;  ) > 2.10.0cvs175.patchset
index 14f9f5c1564372580f3c07013c1b053112b9e50b..ffeb9da5da4b5e1fb35e4802e966a2a16faeda26 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=10
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=174
+EXTRA_VERSION=175
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 8d2190dbae47a3bc18de3ef581d300e17f770085..6c1c0f180285b82d9a59d59f995a8f29d66d9727 100644 (file)
@@ -822,7 +822,7 @@ static gchar *actions_desc_strings[] = {
        "     %h",  N_("for a user provided hidden argument (e.g. password)"),
        "     %s",  N_("for the text selection"),
        "  %as{}",  N_("apply filtering actions between {} to selected messages"),
-       "     %%",  N_("for a literal % sign"),
+       "     %%",  N_("for a literal %"),
        NULL, NULL
 };