From 5e2ab7978a15aa2b118d8b2fe37d26a82a157bf6 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 26 May 2001 05:41:21 +0000 Subject: [PATCH] * glayout.c (gnome_panel_layout_menu): Status bar messages for "Sort By" and "Filter View" were incorrect. --- gnome/ChangeLog | 9 +++++++-- gnome/glayout.c | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gnome/ChangeLog b/gnome/ChangeLog index de7bcd688..3b3ac0728 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,7 +1,12 @@ +2001-05-26 Pavel Roskin + + * glayout.c (gnome_panel_layout_menu): Status bar messages for + "Sort By" and "Filter View" were incorrect. + 2001-05-25 Pavel Roskin - * gmain.c: Add option not to show the root warning again. - From Ximian patches. + * gmain.c (gnome_check_super_user): Add option not to show the + root warning again. From Ximian patches. * gmain.c: Include libgnomeui/gnome-window-icon.h if needed. (gnome_check_super_user): Better warning for root. From Ximian. diff --git a/gnome/glayout.c b/gnome/glayout.c index a26a72c8f..29171f089 100644 --- a/gnome/glayout.c +++ b/gnome/glayout.c @@ -421,8 +421,8 @@ GnomeUIInfo gnome_panel_settings_menu [] = { }; GnomeUIInfo gnome_panel_layout_menu [] = { - GNOMEUIINFO_ITEM_NONE(N_("_Sort By..."), N_("Confirmation settings"), gnome_sort_cmd), - GNOMEUIINFO_ITEM_NONE(N_("_Filter View..."), N_("Global option settings"), gnome_filter_cmd), + GNOMEUIINFO_ITEM_NONE(N_("_Sort By..."), N_("Filename sort order"), gnome_sort_cmd), + GNOMEUIINFO_ITEM_NONE(N_("_Filter View..."), N_("Filename filtering settings"), gnome_filter_cmd), GNOMEUIINFO_SEPARATOR, GNOMEUIINFO_RADIOLIST(panel_view_menu_uiinfo), GNOMEUIINFO_END