Problem description: Two commands doing the same thing are not labeled in the same way in Writer/Calc than in Impress/Draw Steps to reproduce: 1. Create a new drawing in Draw 2. Create two objects, select and group them (Ctrl+Shift+G) 3. Right click on the group => Command name is "Enter Group" if you want to enter (or edit) the group. 4. Copy group 5. Create a new Writer document (or Calc) 6. Paste group 7. Right click on the group Current behavior: => Command is Group > Edit Group Expected behavior: Command should have the same name as it is doing the same thing Help is confusing also as it speaks about "Edit Group" here: https://help.libreoffice.org/Impress/Modify#Edit_Group and Entering group here: https://help.libreoffice.org/Draw/Grouping_Objects
I didn't test this but made a quick search on Opengrok and found these: - http://opengrok.libreoffice.org/xref/core/svx/inc/globlmn_tmpl.hrc#350 - http://opengrok.libreoffice.org/xref/core/sd/source/ui/app/menuids_tmpl.src#772 - http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu#2675 So indeed, "Enter" or "Edit" Stefan: one for you?
Proposed commit https://gerrit.libreoffice.org/#/c/8923/
"Enter" sounds better to me: + "Enter"/"exit" is the correct pair of opposites + "Enter Group" is also used in Inkscape
Commit to update help in the same way: https://gerrit.libreoffice.org/8944
Laurent Balland-Poirier committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bc34b4b2e2c7b9a891e2efae3b48a9a9c43b9d5a fdo#77282 Replace "Edit Group" with "Enter Group" The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Confirming now LO writer now shows "Enter group" which seems to be the desired term. So marking Resolved Fixed and then verified. Please re-open if I'm mistaken and missed something.
(In reply to comment #6) > Confirming now LO writer now shows "Enter group" which seems to be the > desired term. > > So marking Resolved Fixed and then verified. > > Please re-open if I'm mistaken and missed something. UI has been fixed, but help needs also to be updated. It should be soon be ready with commit 8944 https://gerrit.libreoffice.org/#/c/8944/ Please be patient :)
Laurent Balland-Poirier committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/help/commit/?id=086fb237fd3350b4dba1bcfaf6165562578a8055 fdo#77282 Replace "Edit Group" with "Enter Group" in Writer as in Draw The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Commit for help integrated in master. Request to backport to 4.3 https://gerrit.libreoffice.org/#/c/9483/
Laurent Balland-Poirier committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/help/commit/?id=9c2a8673716e0bf952413b528b3cdfc8d0d80585&h=libreoffice-4-3 fdo#77282 Replace "Edit Group" with "Enter Group" in Writer as in Draw It will be available in LibreOffice 4.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.