[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source sd/source sw/source
Yousuf Philips
philipz85 at hotmail.com
Tue Dec 9 01:17:56 PST 2014
sc/source/ui/src/popup.src | 2 +-
sd/source/ui/app/menuids_tmpl.src | 2 +-
sw/source/ui/app/mn.src | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d1efbcd788bcd9e72efaaecc110bbd2d48a966eb
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Sat Dec 6 09:56:05 2014 +0400
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index d49620e..2b3d7ba 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 8bdfe05..dbf5ae6 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 a3b2f20..cf61407 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 = \
More information about the Libreoffice-commits
mailing list