diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index e729e4e5a8..9bac0d2a73 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2003-07-09 Anna Marie Dirks <anna@ximian.com> + + * evolution-mail-list.xml: Change the accelerator for "Mark All Read" + to be "R". Fixes bug #45811. + 2003-07-01 Rodrigo Moya <rodrigo@ximian.com> Fixes #45524 diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 7d54c33fd0..cc5a5681ff 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -91,7 +91,7 @@ </placeholder> <placeholder name="MailListEditFlags"> - <menuitem name="MessageMarkAllAsRead" verb="" _label="Mark All as R_ead"/> + <menuitem name="MessageMarkAllAsRead" verb="" _label="Mark All as _Read"/> </placeholder> </submenu> </placeholder> |