diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-03 04:05:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-03 04:05:46 +0800 |
commit | a5cf13a15892df456d08b9353dd09f71adca6bfa (patch) | |
tree | 059fa22816eecf397eb9c0726e733eb943e65ba0 /shell | |
parent | d1a93a3df9d267aaf49b468ece9ad1f78783f9ff (diff) | |
download | gsoc2013-evolution-a5cf13a15892df456d08b9353dd09f71adca6bfa.tar gsoc2013-evolution-a5cf13a15892df456d08b9353dd09f71adca6bfa.tar.gz gsoc2013-evolution-a5cf13a15892df456d08b9353dd09f71adca6bfa.tar.bz2 gsoc2013-evolution-a5cf13a15892df456d08b9353dd09f71adca6bfa.tar.lz gsoc2013-evolution-a5cf13a15892df456d08b9353dd09f71adca6bfa.tar.xz gsoc2013-evolution-a5cf13a15892df456d08b9353dd09f71adca6bfa.tar.zst gsoc2013-evolution-a5cf13a15892df456d08b9353dd09f71adca6bfa.zip |
changed "Using the Shell" to "Getting Started"
svn path=/trunk/; revision=3402
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, |