From: Melvin Hadasht Date: Mon, 23 Sep 2002 20:13:22 +0000 (+0000) Subject: More consistent labeling X-Git-Tag: rel_0_8_5~54 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=183a67253620bd1137ecd36cb569a21915cfbdd3 More consistent labeling --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 420dd10fd..904b71d87 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,10 @@ +2002-09-23 [melvin] 0.8.3claws13 + + * src/mainwindow.c + Made custom toolbar menu labels more consistent + * src/prefs_toolbar.c + Made custom toolbar window title more consistent + 2002-09-22 [colin] 0.8.3claws12 * src/inc.c diff --git a/src/mainwindow.c b/src/mainwindow.c index 90a54fecb..55251027b 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -765,9 +765,9 @@ static GtkItemFactoryEntry mainwin_entries[] = NULL, prefs_common_open_cb, 0, NULL}, {N_("/_Configuration/C_ustom toolbar"), NULL, NULL, 0, ""}, - {N_("/_Configuration/C_ustom toolbar/Main toolbar"), + {N_("/_Configuration/C_ustom toolbar/_Main toolbar..."), NULL, prefs_toolbar_cb, TOOLBAR_MAIN, NULL}, - {N_("/_Configuration/C_ustom toolbar/Compose toolbar"), + {N_("/_Configuration/C_ustom toolbar/_Compose toolbar..."), NULL, prefs_toolbar_cb, TOOLBAR_COMPOSE, NULL}, #if 0 {N_("/_Configuration/_Filter setting..."), diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c index 26463f725..a31b94fbe 100644 --- a/src/prefs_toolbar.c +++ b/src/prefs_toolbar.c @@ -128,8 +128,8 @@ static gint prefs_toolbar_key_pressed (GtkWidget *widget, void prefs_toolbar(Toolbar source) { gchar *win_titles[2]; - win_titles[TOOLBAR_MAIN] = _("set Main toolbar items"); - win_titles[TOOLBAR_COMPOSE] = _("set Compose toolbar items"); + win_titles[TOOLBAR_MAIN] = _("Main Toolbar Configuration"); + win_titles[TOOLBAR_COMPOSE] = _("Compose Toolbar Configuration"); toolbar.source = source;