From 5565201d4a4cd2063b64ece2c7b1c5437d0efa8c Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 19 Oct 2000 13:00:56 +0000 Subject: [PATCH] * gscreen.c (toolbar): Fixes misspelling of "hierarchy". --- gnome/ChangeLog | 4 ++++ gnome/gscreen.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome/ChangeLog b/gnome/ChangeLog index 98a56108e..5bdc8e271 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,3 +1,7 @@ +2000-10-19 Martin Bialasinski + + * gscreen.c (toolbar): Fixes misspelling of "hierarchy". + 2000-09-21 Pavel Roskin * Makefile.in: Don't use $< in explicit rules - this should fix diff --git a/gnome/gscreen.c b/gnome/gscreen.c index 8a8503c27..a94f5e1e9 100644 --- a/gnome/gscreen.c +++ b/gnome/gscreen.c @@ -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),