2005-07-25 [paul] 1.9.13cvs2
authorPaul Mangan <paul@claws-mail.org>
Mon, 25 Jul 2005 05:36:09 +0000 (05:36 +0000)
committerPaul Mangan <paul@claws-mail.org>
Mon, 25 Jul 2005 05:36:09 +0000 (05:36 +0000)
* src/summaryview.c
fix typos. spotted by Fabien Vantard

ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/summaryview.c

index 8a9e2de0da561613d5f491441ac00c4ee300a6a8..a1a84fb74e3bea6e9b75d1abdf2d6e6365158cf0 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-25 [paul]      1.9.13cvs2
+
+       * src/summaryview.c
+               fix typos. spotted by Fabien Vantard
+
 2005-07-24 [paul]      1.9.13cvs1
 
        * doc/man/sylpheed.1
index 1e9099920dd015f8e6cfe4b16198b685a4d9b3ac..758754cae1ddd2ce29d5aa002d6625337d3d225d 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.213.2.42 -r 1.213.2.43 src/folder.c;  ) > 1.9.12cvs90.patchset
 ( cvs diff -u -r 1.100.2.22 -r 1.100.2.23 AUTHORS;  cvs diff -u -r 1.29.2.6 -r 1.29.2.7 INSTALL;  cvs diff -u -r 1.37.2.3 -r 1.37.2.4 README.claws;  cvs diff -u -r 1.1.2.4 -r 1.1.2.5 RELEASE_NOTES.claws;  cvs diff -u -r 1.654.2.725 -r 1.654.2.726 configure.ac;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/ca.po;  cvs diff -u -r 1.58.2.10 -r 1.58.2.11 po/de.po;  cvs diff -u -r 1.60.2.11 -r 1.60.2.12 po/es.po;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/fi.po;  cvs diff -u -r 1.42.2.11 -r 1.42.2.12 po/fr.po;  cvs diff -u -r 1.34.2.10 -r 1.34.2.11 po/it.po;  diff -u /dev/null po/nb.po;  cvs diff -u -r 1.2.2.12 -r 1.2.2.13 po/sk.po;  cvs diff -u -r 1.17.2.11 -r 1.17.2.12 po/sr.po;  cvs diff -u -r 1.5.2.8 -r 1.5.2.9 po/zh_CN.po;  cvs diff -u -r 1.9.2.7 -r 1.9.2.8 src/plugins/clamav/clamav_plugin_gtk.c;  cvs diff -u -r 1.23.2.10 -r 1.23.2.11 src/plugins/spamassassin/spamassassin_gtk.c;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 tools/claws.i18n.status.pl;  ) > 1.9.12cvs91.patchset
 ( cvs diff -u -r 1.5.2.1 -r 1.5.2.2 doc/man/sylpheed.1;  cvs diff -u -r 1.1.4.13 -r 1.1.4.14 src/etpan/imap-thread.c;  ) > 1.9.13cvs1.patchset
+( cvs diff -u -r 1.395.2.97 -r 1.395.2.98 src/summaryview.c;  ) > 1.9.13cvs2.patchset
index 9ac9f04410e8ac24231f1f40e11a4a8e723cf6ad..7293299cecb1e2b1e46c7737e5bb0223d9853716 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=13
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 1c8a43223474b465e08f817a58c40d666a3aa965..7273db7f728642271ea19100443276cbf0c600b0 100644 (file)
@@ -1284,7 +1284,7 @@ void summary_select_prev_unread(SummaryView *summaryview)
                        case NEXTUNREADMSGDIALOG_ALWAYS:
                                val = alertpanel(_("No more unread messages"),
                                                 _("No unread message found. "
-                                                  "_Search from the end?"),
+                                                  "Search from the end?"),
                                                 GTK_STOCK_YES, GTK_STOCK_NO, NULL);
                                break;
                        case NEXTUNREADMSGDIALOG_ASSUME_YES:
@@ -1377,7 +1377,7 @@ void summary_select_prev_new(SummaryView *summaryview)
 
                val = alertpanel(_("No more new messages"),
                                 _("No new message found. "
-                                  "_Search from the end?"),
+                                  "Search from the end?"),
                                 GTK_STOCK_YES, GTK_STOCK_NO, NULL);
                if (val != G_ALERTDEFAULT) return;
                node = summary_find_prev_flagged_msg(summaryview, NULL,
@@ -1430,7 +1430,7 @@ void summary_select_prev_marked(SummaryView *summaryview)
 
                val = alertpanel(_("No more marked messages"),
                                 _("No marked message found. "
-                                  "_Search from the end?"),
+                                  "Search from the end?"),
                                 GTK_STOCK_YES, GTK_STOCK_NO, NULL);
                if (val != G_ALERTDEFAULT) return;
                node = summary_find_prev_flagged_msg(summaryview, NULL,
@@ -1455,7 +1455,7 @@ void summary_select_next_marked(SummaryView *summaryview)
 
                val = alertpanel(_("No more marked messages"),
                                 _("No marked message found. "
-                                  "_Search from the beginning?"),
+                                  "Search from the beginning?"),
                                 GTK_STOCK_YES, GTK_STOCK_NO, NULL);
                if (val != G_ALERTDEFAULT) return;
                node = summary_find_next_flagged_msg(summaryview, NULL,
@@ -1480,7 +1480,7 @@ void summary_select_prev_labeled(SummaryView *summaryview)
 
                val = alertpanel(_("No more labeled messages"),
                                 _("No labeled message found. "
-                                  "_Search from the end?"),
+                                  "Search from the end?"),
                                 GTK_STOCK_YES, GTK_STOCK_NO, NULL);
                if (val != G_ALERTDEFAULT) return;
                node = summary_find_prev_flagged_msg(summaryview, NULL,
@@ -1505,7 +1505,7 @@ void summary_select_next_labeled(SummaryView *summaryview)
 
                val = alertpanel(_("No more labeled messages"),
                                 _("No labeled message found. "
-                                  "_Search from the beginning?"),
+                                  "Search from the beginning?"),
                                 GTK_STOCK_YES, GTK_STOCK_NO, NULL);
                if (val != G_ALERTDEFAULT) return;
                node = summary_find_next_flagged_msg(summaryview, NULL,