diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-12-06 09:56:05 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-09 09:17:27 +0000 |
commit | d1efbcd788bcd9e72efaaecc110bbd2d48a966eb (patch) | |
tree | 5008ff3ac8134237eb923acc8a58a310539a6644 | |
parent | 77041f33fb0473c97bfe781c60d9e303df170d19 (diff) |
fdo#84295 change context menu 'Style' entry to 'Format'
Change-Id: I177573294643bf9410bb42a3708b719250ff4a0c
Reviewed-on: https://gerrit.libreoffice.org/13329
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sc/source/ui/src/popup.src | 2 | ||||
-rw-r--r-- | sd/source/ui/app/menuids_tmpl.src | 2 | ||||
-rw-r--r-- | sw/source/ui/app/mn.src | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src index d49620ea58bc..2b3d7bac4953 100644 --- a/sc/source/ui/src/popup.src +++ b/sc/source/ui/src/popup.src @@ -367,9 +367,9 @@ Menu RID_POPUP_EDIT MenuItem { - Text [ en-US ] = "Style" ; Identifier = RID_MN_FORMAT_STYLE ; HelpID = HID_MN_FORMAT_STYLE ; + Text [ en-US ] = "~Format" ; SubMenu = Menu { ItemList = diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src index 8bdfe05d955a..dbf5ae6b7056 100644 --- a/sd/source/ui/app/menuids_tmpl.src +++ b/sd/source/ui/app/menuids_tmpl.src @@ -393,7 +393,7 @@ {\ Identifier = DUMMY ; \ Command = ".uno:StyleMenu" ; \ - Text [ en-US ] = "St~yle" ; \ + Text [ en-US ] = "~Format" ; \ SubMenu = Menu\ {\ ItemList = \ diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index a3b2f20fd352..cf614076598d 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -53,7 +53,7 @@ {\ Identifier = MN_FORMAT_STYLE ; \ Command = ".uno:StyleMenu" ; \ - Text [ en-US ] = "St~yle" ; \ + Text [ en-US ] = "~Format" ; \ SubMenu = Menu\ {\ ItemList = \ |