More consistent labeling
authorMelvin Hadasht <melvin.hadasht@free.fr>
Mon, 23 Sep 2002 20:13:22 +0000 (20:13 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Mon, 23 Sep 2002 20:13:22 +0000 (20:13 +0000)
ChangeLog.claws
src/mainwindow.c
src/prefs_toolbar.c

index 420dd10fd36717c896efea89e69062204904576f..904b71d873df9088081c2480b3a4bfccd41b2cc0 100644 (file)
@@ -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
 2002-09-22 [colin]     0.8.3claws12
 
        * src/inc.c
index 90a54fecb14a88f66d9e6e436966bd788b9e7476..55251027b52836cd4b65ae7673486adb8bb04400 100644 (file)
@@ -765,9 +765,9 @@ static GtkItemFactoryEntry mainwin_entries[] =
                                                NULL, prefs_common_open_cb, 0, NULL},
        {N_("/_Configuration/C_ustom toolbar"),
                                                NULL, NULL, 0, "<Branch>"},
                                                NULL, prefs_common_open_cb, 0, NULL},
        {N_("/_Configuration/C_ustom toolbar"),
                                                NULL, NULL, 0, "<Branch>"},
-       {N_("/_Configuration/C_ustom toolbar/Main toolbar"),
+       {N_("/_Configuration/C_ustom toolbar/_Main toolbar..."),
                                                NULL, prefs_toolbar_cb, TOOLBAR_MAIN, NULL},
                                                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..."),
                                                NULL, prefs_toolbar_cb, TOOLBAR_COMPOSE, NULL},
 #if 0
        {N_("/_Configuration/_Filter setting..."),
index 26463f72514474b20fc7ffd6d0ab7d8ffee934ca..a31b94fbe4ed0576c96c6590a18250b744ec9d51 100644 (file)
@@ -128,8 +128,8 @@ static gint prefs_toolbar_key_pressed            (GtkWidget *widget,
 void prefs_toolbar(Toolbar source)
 {
        gchar *win_titles[2];
 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;
 
 
        toolbar.source = source;