diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2014-04-10 17:12:27 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-05-20 06:20:50 -0500 |
commit | bc34b4b2e2c7b9a891e2efae3b48a9a9c43b9d5a (patch) | |
tree | 8442bb66c4caba17bc9ba593bef65490268098dd /scripting | |
parent | ee0bb265c90a135afa53c0fa6a586996e67640fa (diff) |
fdo#77282 Replace "Edit Group" with "Enter Group"
Command to enter in a group of objects should be the same in Writer and Draw
Update of Help in commit 8944
Change-Id: I39d9c9f9e969978f4084703d2468bdf8a2bf7372
Reviewed-on: https://gerrit.libreoffice.org/8923
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/workben/bindings/impressmenubar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/workben/bindings/impressmenubar.xml b/scripting/workben/bindings/impressmenubar.xml index a76991d10316..a8d7f1518ce7 100644 --- a/scripting/workben/bindings/impressmenubar.xml +++ b/scripting/workben/bindings/impressmenubar.xml @@ -262,7 +262,7 @@ <menu:menupopup> <menu:menuitem menu:id="slot:10454" menu:helpid="10454" menu:label="~Group"/> <menu:menuitem menu:id="slot:10455" menu:helpid="10455" menu:label="~Ungroup"/> - <menu:menuitem menu:id="slot:27096" menu:helpid="27096" menu:label="~Edit Group"/> + <menu:menuitem menu:id="slot:27096" menu:helpid="27096" menu:label="~Enter Group"/> <menu:menuitem menu:id="slot:27097" menu:helpid="27097" menu:label="E~xit group"/> </menu:menupopup> </menu:menu> |