sw/source/ui/app/mn.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1231d6f3aef712ca7f72908db6f00a498768de47 Author: Yousuf Philips <[email protected]> Date: Sun Apr 26 05:30:56 2015 +0400 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 <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index bbf9072..e41eebd 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 = \
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
