diff options
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index cf2c669d36..8ceb17633e 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -97,12 +97,12 @@ <menuitem name="MessageReplyAll" verb="" _label="Reply to _All" accel="*Control**Shift*r"/> - <menuitem name="MessageForward" verb="" + <menuitem name="MessageForwardAttached" verb="" _label="_Forward" accel="*Control*j"/> - <menuitem name="MessageForwardAttach" verb="" - _label="Forward as Attachment" + <menuitem name="MessageForwardInlined" verb="" + _label="Forward inline" accel="*Control**Shift*j"/> <menuitem/> @@ -207,7 +207,7 @@ _label="Reply to All" _tip="Reply to all recipients of this message" pixtype="pixbuf"/> - <toolitem name="Forward" verb="MessageForward" + <toolitem name="Forward" verb="MessageForwardInlined" _label="Forward" _tip="Forward this message" pixtype="pixbuf"/> |