diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-04-26 05:30:56 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-14 09:31:53 +0000 |
commit | 1231d6f3aef712ca7f72908db6f00a498768de47 (patch) | |
tree | 9aadf2f34b9baad824ebbd2bebef717c6aeefc46 | |
parent | c31b9c556946b65cba504c165b0afb7fedf4b340 (diff) |
Fixed two strings in the context menu for consistency with other entries
Change-Id: I74bdd36e01ea7a8ca8ab2041c38a5169cbca9827
Reviewed-on: https://gerrit.libreoffice.org/15537
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/ui/app/mn.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index bbf90727c00b..e41eebdaa0cd 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -103,7 +103,7 @@ { \ Identifier = FN_COPY_HYPERLINK_LOCATION; \ HelpId = CMD_FN_COPY_HYPERLINK_LOCATION; \ - Text [ en-US ] = "Copy Hyperlink ~Location"; \ + Text [ en-US ] = "Copy Hyper~link"; \ }; \ MenuItem \ { \ @@ -1121,7 +1121,7 @@ String MN_GRF_POPUPMENU {\ Identifier = SID_MENU_MANAGE_GRAPHIC ; \ Command = ".uno:ManageGraphicMenu" ; \ - Text [ en-US ] = "~Rotate Image" ; \ + Text [ en-US ] = "~Rotate" ; \ SubMenu = Menu\ {\ ItemList = \ |