[Libreoffice-commits] core.git: scripting/workben svx/inc

Laurent Balland-Poirier laurent.balland-poirier at laposte.net
Tue May 20 04:21:09 PDT 2014


 scripting/workben/bindings/impressmenubar.xml |    2 +-
 svx/inc/globlmn_tmpl.hrc                      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc34b4b2e2c7b9a891e2efae3b48a9a9c43b9d5a
Author: Laurent Balland-Poirier <laurent.balland-poirier at laposte.net>
Date:   Thu Apr 10 17:12:27 2014 +0200

    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 at googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/scripting/workben/bindings/impressmenubar.xml b/scripting/workben/bindings/impressmenubar.xml
index a76991d..a8d7f15 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>
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index 6a650fa..df839d5 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -342,7 +342,7 @@
 #define ITEM_POPUP_ENTER_GROUP \
     Identifier = SID_ENTER_GROUP ; \
     Command = ".uno:EnterGroup" ; \
-    Text [ en-US ] = "~Edit Group" ; \
+    Text [ en-US ] = "~Enter Group" ; \
 
 #define ITEM_POPUP_LEAVE_GROUP \
     Identifier = SID_LEAVE_GROUP ; \


More information about the Libreoffice-commits mailing list