officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    4 
++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 95e7a57df68c9d631bfce0460b44b9ed966cd5bd
Author:     Jeff Huang <j...@mail.ossii.com.tw>
AuthorDate: Wed Nov 3 10:18:18 2021 +0800
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Nov 3 17:59:02 2021 +0100

    tdf#143548 Add 3 dots after Select Macro and Select Module strings.
    
    Change-Id: Ifc3ea0652b3bda1f8671d88d9b6f7d28a87c53f4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124625
    Tested-by: Jenkins
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index b3a0a96cd346..cf72101b4b88 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1483,7 +1483,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:ChooseMacro" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Select Macro</value>
+          <value xml:lang="en-US">Select Macro...</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -1535,7 +1535,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:ModuleDialog" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Select Module</value>
+          <value xml:lang="en-US">Select Module...</value>
         </prop>
         <prop oor:name="PopupLabel" oor:type="xs:string">
           <value xml:lang="en-US">Modules...</value>

Reply via email to