diff options
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 1a2c4dea8a..e859a85813 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -186,14 +186,15 @@ <cmd name="TextZoomIn" _tip="Increase the text size" - accel="*Control*equal" /> + accel="*Control*8"/> <cmd name="TextZoomOut" _tip="Decrease the text size" - accel="*Control*minus" /> + accel="*Control*0"/> <cmd name="TextZoomReset" - _tip="Reset the text to its original size"/> + _tip="Reset the text to its original size" + accel="*Control*9"/> </commands> |