2009-01-31 [paul] 3.7.0cvs52
authorPaul Mangan <paul@claws-mail.org>
Sat, 31 Jan 2009 15:36:56 +0000 (15:36 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 31 Jan 2009 15:36:56 +0000 (15:36 +0000)
* src/mainwindow.c
1 string that was forgotten for translation

ChangeLog
PATCHSETS
configure.ac
src/mainwindow.c

index a39d43f9c2069f5812115aeaf5f546b65a53e5c6..015b471e3f93a173ef531d45cae9c0ecc777e374 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-31 [paul]      3.7.0cvs52
+
+       * src/mainwindow.c
+               1 string that was forgotten for translation
+
 2009-01-31 [paul]      3.7.0cvs51
 
        * src/messageview.c
index 3c5259b7e6b0f12cdcaaa64bc2443472a45ea020..dfa3f9e0a4c10572c65e55cfcc803b2b2ea1464d 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.382.2.496 -r 1.382.2.497 src/compose.c;  cvs diff -u -r 1.13.2.18 -r 1.13.2.19 src/undo.c;  ) > 3.7.0cvs49.patchset
 ( cvs diff -u -r 1.12.2.51 -r 1.12.2.52 src/gtk/prefswindow.c;  ) > 3.7.0cvs50.patchset
 ( cvs diff -u -r 1.94.2.197 -r 1.94.2.198 src/messageview.c;  ) > 3.7.0cvs51.patchset
+( cvs diff -u -r 1.274.2.296 -r 1.274.2.297 src/mainwindow.c;  ) > 3.7.0cvs52.patchset
index 888f6ca3d8e718a960e733d4ad20314c9751f969..76025f1ef103b07c675132ef057453540631f8e0 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=7
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=51
+EXTRA_VERSION=52
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 6ded072a2aed10e52f0a972a528b0fda8609a288..cd2207378e1143e50bfa91594768827f9b51501e 100644 (file)
@@ -629,7 +629,7 @@ static GtkActionEntry mainwin_entries[] =
        {"Message/CancelNews",                  NULL, N_("Cancel a news message"), NULL, NULL, G_CALLBACK(cancel_cb) },
        /*{"Message/---",                       NULL, "---" },*/
        
-       {"Message/Mark",                        NULL, "_Mark" },
+       {"Message/Mark",                        NULL, N_("_Mark") },
        {"Message/Mark/Mark",                   NULL, N_("_Mark"), "<shift>asterisk", NULL, G_CALLBACK(mark_cb) },
        {"Message/Mark/Unmark",                 NULL, N_("_Unmark"), "U", NULL, G_CALLBACK(unmark_cb) },
        {"Message/Mark/---",                    NULL, "---", NULL, NULL, NULL },