* gscreen.c (toolbar): Fixes misspelling of "hierarchy".

This commit is contained in:
Pavel Roskin 2000-10-19 13:00:56 +00:00
parent cfa9226b2b
commit 5565201d4a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-10-19 Martin Bialasinski <martin@internet-treff.uni-koeln.de>
* gscreen.c (toolbar): Fixes misspelling of "hierarchy".
2000-09-21 Pavel Roskin <proski@gnu.org>
* Makefile.in: Don't use $< in explicit rules - this should fix

View File

@ -2277,7 +2277,7 @@ go_home (GtkWidget *widget, WPanel *panel)
static GnomeUIInfo toolbar[] = {
GNOMEUIINFO_ITEM_STOCK (N_("Back"), N_("Go to the previously visited directory"),
panel_back, GNOME_STOCK_PIXMAP_BACK),
GNOMEUIINFO_ITEM_STOCK (N_("Up"), N_("Go up a level in the directory heirarchy"),
GNOMEUIINFO_ITEM_STOCK (N_("Up"), N_("Go up a level in the directory hierarchy"),
panel_up, GNOME_STOCK_PIXMAP_UP),
GNOMEUIINFO_ITEM_STOCK (N_("Forward"), N_("Go to the next directory"),
panel_fwd, GNOME_STOCK_PIXMAP_FORWARD),