From: Paul Mangan Date: Sat, 2 Sep 2006 14:50:18 +0000 (+0000) Subject: 2006-09-02 [paul] 2.4.0cvs132 X-Git-Tag: rel_2_5_0~86 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=1a7717a3a14de98417bf10d363b5e900b60da42f;hp=c8ab84f32a3b2b864b2162a90fefb4d7c20ae8de 2006-09-02 [paul] 2.4.0cvs132 * src/mainwindow.c * src/prefs_message.c * src/summaryview.c fix some english --- diff --git a/ChangeLog b/ChangeLog index d114cfec4..179622195 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-02 [paul] 2.4.0cvs132 + + * src/mainwindow.c + * src/prefs_message.c + * src/summaryview.c + fix some english + 2006-09-02 [wwp] 2.4.0cvs131 * src/prefs_filtering.c diff --git a/PATCHSETS b/PATCHSETS index 090c0e464..6b50232ad 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1823,3 +1823,4 @@ ( cvs diff -u -r 1.213.2.112 -r 1.213.2.113 src/folder.c; cvs diff -u -r 1.274.2.144 -r 1.274.2.145 src/mainwindow.c; cvs diff -u -r 1.1.4.18 -r 1.1.4.19 src/gtk/logwindow.c; cvs diff -u -r 1.1.4.5 -r 1.1.4.6 src/gtk/logwindow.h; ) > 2.4.0cvs129.patchset ( cvs diff -u -r 1.1.4.19 -r 1.1.4.20 src/gtk/logwindow.c; cvs diff -u -r 1.1.4.6 -r 1.1.4.7 src/gtk/logwindow.h; ) > 2.4.0cvs130.patchset ( cvs diff -u -r 1.59.2.40 -r 1.59.2.41 src/prefs_filtering.c; ) > 2.4.0cvs131.patchset +( cvs diff -u -r 1.274.2.145 -r 1.274.2.146 src/mainwindow.c; cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/prefs_message.c; cvs diff -u -r 1.395.2.239 -r 1.395.2.240 src/summaryview.c; ) > 2.4.0cvs132.patchset diff --git a/configure.ac b/configure.ac index dd692b317..2300fa6cc 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=131 +EXTRA_VERSION=132 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/mainwindow.c b/src/mainwindow.c index a25da149e..b700dcc7a 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -716,7 +716,7 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_View/---"), NULL, NULL, 0, ""}, {N_("/_View/Open in new _window"), "N", open_msg_cb, 0, NULL}, {N_("/_View/Mess_age source"), "U", view_source_cb, 0, NULL}, - {N_("/_View/Show all headers"), "H", show_all_header_cb, 0, ""}, + {N_("/_View/All headers"), "H", show_all_header_cb, 0, ""}, {N_("/_View/Quotes"), NULL, NULL, 0, ""}, {N_("/_View/Quotes/_Fold all"), "Q", hide_quotes_cb, 1, ""}, {N_("/_View/Quotes/Fold from level _2"),NULL, hide_quotes_cb, 2, ""}, diff --git a/src/prefs_message.c b/src/prefs_message.c index e8c21c889..cd8172945 100644 --- a/src/prefs_message.c +++ b/src/prefs_message.c @@ -134,7 +134,7 @@ void prefs_message_create_widget(PrefsPage *_page, GtkWindow *window, gtk_box_pack_start (GTK_BOX (vbox2), hbox1, FALSE, TRUE, 0); PACK_CHECK_BUTTON(hbox1, chkbtn_disphdr, - _("Display short headers on message view")); + _("Display short headers in message view")); button_edit_disphdr = gtk_button_new_from_stock(GTK_STOCK_EDIT); gtk_widget_show (button_edit_disphdr); diff --git a/src/summaryview.c b/src/summaryview.c index 97301623f..45f552356 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -473,8 +473,8 @@ static GtkItemFactoryEntry summary_popup_entries[] = {N_("/_View"), NULL, NULL, 0, ""}, {N_("/_View/Open in new _window"), "N", summary_open_msg, 0, NULL}, - {N_("/_View/_Source"), "U", summary_view_source, 0, NULL}, - {N_("/_View/All _header"), "H", summary_show_all_header_cb, 0, ""}, + {N_("/_View/Message _source"), "U", summary_view_source, 0, NULL}, + {N_("/_View/All _headers"), "H", summary_show_all_header_cb, 0, ""}, {N_("/---"), NULL, NULL, 0, ""}, {N_("/_Save as..."), "S", summary_save_as, 0, NULL}, {N_("/_Print..."), "P", summary_print, 0, NULL},