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/e-shortcuts-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/e-shortcuts-view.c') 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