From 7c31ed2649d2dbb1eb07e7e4fdd22ff892532cd5 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Sun, 29 Sep 2002 22:06:21 +0000 Subject: [PATCH] fix a few English errors --- ChangeLog.claws | 11 +++++++++++ configure.in | 2 +- src/mainwindow.c | 14 +++++++------- src/prefs_common.c | 12 ++++++------ src/prefs_summary_column.c | 2 +- 5 files changed, 26 insertions(+), 15 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 719aeec78..805573d6f 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,14 @@ +2002-09-29 [colin] 0.8.3claws38 + + * src/mainwindow.c + Renamed "Custom toolbar" to "Customize toolbar" + Renamed "Show all header" to "Show all headers" + Renamed "Set diplay item" to "Set displayed items" + * src/prefs_common.c + Renamed "Show all header" to "Show all headers" + * src/prefs_summary_column.c + Renamed "diplay item" to "displayed items" + 2002-09-29 [colin] 0.8.3claws37 * src/mainwindow.[ch] diff --git a/configure.in b/configure.in index 38c1ad9cb..8caac2bea 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ MINOR_VERSION=8 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws37 +EXTRA_VERSION=claws38 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/mainwindow.c b/src/mainwindow.c index 6cb5961db..8f005d7ac 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -588,7 +588,7 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_View/E_xpand all threads"), NULL, expand_threads_cb, 0, NULL}, {N_("/_View/Co_llapse all threads"), NULL, collapse_threads_cb, 0, NULL}, {N_("/_View/_Hide read messages"), NULL, hide_read_messages, 0, ""}, - {N_("/_View/Set display _item..."), NULL, set_display_item_cb, 0, NULL}, + {N_("/_View/Set displayed _items..."), NULL, set_display_item_cb, 0, NULL}, {N_("/_View/---"), NULL, NULL, 0, ""}, {N_("/_View/_Go to"), NULL, NULL, 0, ""}, @@ -699,7 +699,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 _header"), "H", show_all_header_cb, 0, ""}, + {N_("/_View/Show all _headers"), "H", show_all_header_cb, 0, ""}, {N_("/_View/---"), NULL, NULL, 0, ""}, {N_("/_View/_Update summary"), "U", update_summary_cb, 0, NULL}, @@ -775,11 +775,11 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_Configuration"), NULL, NULL, 0, ""}, {N_("/_Configuration/_Common preferences..."), NULL, prefs_common_open_cb, 0, NULL}, - {N_("/_Configuration/C_ustom toolbar"), + {N_("/_Configuration/C_ustomize toolbar"), NULL, NULL, 0, ""}, - {N_("/_Configuration/C_ustom toolbar/_Main toolbar..."), + {N_("/_Configuration/C_ustomize toolbar/_Main toolbar..."), NULL, prefs_toolbar_cb, TOOLBAR_MAIN, NULL}, - {N_("/_Configuration/C_ustom toolbar/_Compose toolbar..."), + {N_("/_Configuration/C_ustomize toolbar/_Compose toolbar..."), NULL, prefs_toolbar_cb, TOOLBAR_COMPOSE, NULL}, #if 0 {N_("/_Configuration/_Filter setting..."), @@ -1676,7 +1676,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin) {"/View/Go to/Prev labeled message", M_MSG_EXIST}, {"/View/Go to/Next labeled message", M_MSG_EXIST}, {"/View/Open in new window" , M_SINGLE_TARGET_EXIST}, - {"/View/Show all header" , M_SINGLE_TARGET_EXIST}, + {"/View/Show all headers" , M_SINGLE_TARGET_EXIST}, {"/View/Message source" , M_SINGLE_TARGET_EXIST}, {"/Message/Get new mail" , M_HAVE_ACCOUNT|M_UNLOCKED}, @@ -1773,7 +1773,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin) menu_set_sensitive(ifactory, "/View/Sort/Descending", FALSE); } - SET_CHECK_MENU_ACTIVE("/View/Show all header", + SET_CHECK_MENU_ACTIVE("/View/Show all headers", mainwin->messageview->textview->show_all_headers); SET_CHECK_MENU_ACTIVE("/View/Thread view", (state & M_THREADED) != 0); diff --git a/src/prefs_common.c b/src/prefs_common.c index 2d296dec4..a70e19de3 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -2286,7 +2286,7 @@ static void prefs_display_create(void) gtk_box_pack_start (GTK_BOX (vbox2), hbox1, FALSE, TRUE, 0); button_dispitem = gtk_button_new_with_label - (_(" Set display item of summary... ")); + (_(" Set displayed items of summary... ")); gtk_widget_show (button_dispitem); gtk_box_pack_start (GTK_BOX (hbox1), button_dispitem, FALSE, TRUE, 0); gtk_signal_connect (GTK_OBJECT (button_dispitem), "clicked", @@ -3803,7 +3803,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget) "(menu-path \"
/View/Go to/Other folder...\" \"G\")\n" "(menu-path \"
/View/Open in new window\" \"N\")\n" "(menu-path \"
/View/View source\" \"U\")\n" - "(menu-path \"
/View/Show all header\" \"H\")\n" + "(menu-path \"
/View/Show all headers\" \"H\")\n" "(menu-path \"
/View/Update\" \"U\")\n" "(menu-path \"
/Message/Get new mail\" \"I\")\n" @@ -3856,7 +3856,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget) "(menu-path \"
/View/Go to/Other folder...\" \"G\")\n" "(menu-path \"
/View/Open in new window\" \"N\")\n" "(menu-path \"
/View/View source\" \"U\")\n" - "(menu-path \"
/View/Show all header\" \"H\")\n" + "(menu-path \"
/View/Show all headers\" \"H\")\n" "(menu-path \"
/View/Update\" \"S\")\n" "(menu-path \"
/Message/Get new mail\" \"I\")\n" @@ -3908,7 +3908,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget) "(menu-path \"
/View/Go to/Other folder...\" \"C\")\n" "(menu-path \"
/View/Open in new window\" \"N\")\n" "(menu-path \"
/View/View source\" \"U\")\n" - "(menu-path \"
/View/Show all header\" \"H\")\n" + "(menu-path \"
/View/Show all headers\" \"H\")\n" "(menu-path \"
/View/Update\" \"U\")\n" "(menu-path \"
/Message/Get new mail\" \"I\")\n" @@ -3961,7 +3961,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget) "(menu-path \"
/View/Go to/Other folder...\" \"G\")\n" "(menu-path \"
/View/Open in new window\" \"N\")\n" "(menu-path \"
/View/View source\" \"U\")\n" - "(menu-path \"
/View/Show all header\" \"H\")\n" + "(menu-path \"
/View/Show all headers\" \"H\")\n" "(menu-path \"
/View/Update\" \"U\")\n" "(menu-path \"
/Message/Get new mail\" \"I\")\n" @@ -4014,7 +4014,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget) "(menu-path \"
/View/Go to/Other folder...\" \"\")\n" "(menu-path \"
/View/Open in new window\" \"\")\n" "(menu-path \"
/View/View source\" \"\")\n" - "(menu-path \"
/View/Show all header\" \"\")\n" + "(menu-path \"
/View/Show all headers\" \"\")\n" "(menu-path \"
/View/Update\" \"\")\n" "(menu-path \"
/Message/Get new mail\" \"\")\n" diff --git a/src/prefs_summary_column.c b/src/prefs_summary_column.c index cfb8ea6bf..7355e5349 100644 --- a/src/prefs_summary_column.c +++ b/src/prefs_summary_column.c @@ -175,7 +175,7 @@ static void prefs_summary_column_create(void) gtk_window_set_modal(GTK_WINDOW(window), TRUE); gtk_window_set_policy(GTK_WINDOW(window), FALSE, FALSE, FALSE); gtk_window_set_title(GTK_WINDOW(window), - _("Summary display item setting")); + _("Summary displayed items setting")); gtk_signal_connect(GTK_OBJECT(window), "delete_event", GTK_SIGNAL_FUNC(prefs_summary_column_delete_event), NULL); -- 2.25.1