aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-07 06:09:41 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-07 06:09:41 +0800
commit90f4c18deb4736515b19732ebc33cc65c2b14cf6 (patch)
tree825564f6b315a28909594337cf47828256957720
parent65f9da825148722459c8f6c1cf91af0b3b92e2ca (diff)
downloadgsoc2013-evolution-90f4c18deb4736515b19732ebc33cc65c2b14cf6.tar
gsoc2013-evolution-90f4c18deb4736515b19732ebc33cc65c2b14cf6.tar.gz
gsoc2013-evolution-90f4c18deb4736515b19732ebc33cc65c2b14cf6.tar.bz2
gsoc2013-evolution-90f4c18deb4736515b19732ebc33cc65c2b14cf6.tar.lz
gsoc2013-evolution-90f4c18deb4736515b19732ebc33cc65c2b14cf6.tar.xz
gsoc2013-evolution-90f4c18deb4736515b19732ebc33cc65c2b14cf6.tar.zst
gsoc2013-evolution-90f4c18deb4736515b19732ebc33cc65c2b14cf6.zip
Little UI tweak for right click menu, pronouns shouldn't be capitalized
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). svn path=/trunk/; revision=10871
-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 },