From 90f4c18deb4736515b19732ebc33cc65c2b14cf6 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 6 Jul 2001 22:09:41 +0000 Subject: Little UI tweak for right click menu, pronouns shouldn't be capitalized 2001-07-06 Jason Leach * e-shortcuts-view.c: Little UI tweak for right click menu, pronouns shouldn't be capitalized ("This" in this case). svn path=/trunk/; revision=10871 --- shell/ChangeLog | 3 +++ shell/e-shortcuts-view.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 896fb94301..4e864d755a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,8 @@ 2001-07-06 Jason Leach + * e-shortcuts-view.c: Little UI tweak for right click menu, + pronouns shouldn't be capitalized ("This" in this case). + [Misc fixes and part of #2228, There should be no dialog boxes during startup.] diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c index 0b07bce156..2fba10c130 100644 --- a/shell/e-shortcuts-view.c +++ b/shell/e-shortcuts-view.c @@ -323,10 +323,10 @@ static GnomeUIInfo right_click_menu_uiinfo[] = { { GNOME_APP_UI_ITEM, N_("_New Group..."), N_("Create a new shortcut group"), create_new_group_cb, NULL, NULL, 0, 0, 0, 0 }, - { GNOME_APP_UI_ITEM, N_("_Remove This Group..."), + { GNOME_APP_UI_ITEM, N_("_Remove this Group..."), N_("Remove this shortcut group"), destroy_group_cb, NULL, NULL, 0, 0, 0, 0 }, - { GNOME_APP_UI_ITEM, N_("Re_name This Group..."), + { GNOME_APP_UI_ITEM, N_("Re_name this Group..."), N_("Rename this shortcut group"), rename_group_cb, NULL, NULL, 0, 0, 0, 0 }, -- cgit v1.2.3