diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 70b5f39ec3..410e4e8b0f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-06-02 Jeffrey Stedfast <fejj@helixcode.com> + + * e-shell-view-menu.c: Changed "Using the Shell" to "Getting Started" + 2000-06-02 Christopher James Lahey <clahey@helixcode.com> * e-shell-view.c: Free the uri variable. diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 329e4faa24..9aef0d8a97 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -355,7 +355,7 @@ static GnomeUIInfo menu_help [] = { { GNOME_APP_UI_ITEM, N_("Help _Index"), NULL, command_help, "index.html", NULL, 0, 0, 0, 0 }, - { GNOME_APP_UI_ITEM, N_("Using the _Shell"), NULL, + { GNOME_APP_UI_ITEM, N_("Getting _Started"), NULL, command_help, "usage-mainwindow.html", NULL, 0, 0, 0, 0 }, { GNOME_APP_UI_ITEM, N_("Using the _Mailer"), NULL, |