2011-04-09 [paul] 3.7.9cvs1
authorPaul Mangan <paul@claws-mail.org>
Sat, 9 Apr 2011 21:00:42 +0000 (21:00 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 9 Apr 2011 21:00:42 +0000 (21:00 +0000)
* src/prefs_summaries.c
fix typo in string. (thanks, Brad!)

ChangeLog
PATCHSETS
configure.ac
src/prefs_summaries.c

index c988dd1955a9b5dc2beb15a1d43bc85b60ef6260..91ee26f67dfd5bd915e67e4e34e9153829c5cb50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-09 [paul]      3.7.9cvs1
+
+       * src/prefs_summaries.c
+               fix typo in string. (thanks, Brad!)
+
 2011-04-09 [paul]      3.7.9
        * NEWS
        * README
index a7e8a923898b726ba43b06eb6ccd7857ad26ca52..6bb0cc5697d3b30adc6ad872d4bda8c6e2d2f223 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.12.2.64 -r 1.12.2.65 src/action.c;  ) > 3.7.8cvs76.patchset
 ( cvs diff -u -r 1.2.2.43 -r 1.2.2.44 src/gtk/filesel.c;  ) > 3.7.8cvs77.patchset
 ( cvs diff -u -r 1.9.2.20 -r 1.9.2.21 po/cs.po;  cvs diff -u -r 1.60.2.62 -r 1.60.2.63 po/es.po;  cvs diff -u -r 1.1.2.26 -r 1.1.2.27 po/fi.po;  cvs diff -u -r 1.42.2.53 -r 1.42.2.54 po/fr.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/lt.po;  cvs diff -u -r 1.50.2.40 -r 1.50.2.41 po/pt_BR.po;  cvs diff -u -r 1.2.2.31 -r 1.2.2.32 po/sk.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/uk.po;  ) > 3.7.8cvs78.patchset
+( cvs diff -u -r 1.1.2.65 -r 1.1.2.66 src/prefs_summaries.c;  ) > 3.7.9cvs1.patchset
index 360a9b7f5a0d5d571f14eb30b1cfa8353053ee19..df5a1ef87e699da1dbf4e5e03eb5694ade99dd42 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=9
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=0
+EXTRA_VERSION=1
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 5bee464501da23785c2c0264792d5dbbee5caf7d..f1e8a814c1e513b8ba3a9976a4406a3d5c9fe090 100644 (file)
@@ -148,7 +148,7 @@ static GtkWidget *date_format_create(GtkButton *button, void *data)
        GtkTreeViewColumn *column;
        GtkTreeSelection *selection;
 
-       time_format[0].txt  = _("the full abbreviated weekday name");
+       time_format[0].txt  = _("the abbreviated weekday name");
        time_format[1].txt  = _("the full weekday name");
        time_format[2].txt  = _("the abbreviated month name");
        time_format[3].txt  = _("the full month name");