aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog3
-rw-r--r--shell/e-shortcuts-view.c4
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 <jleach@ximian.com>
+ * 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 },