This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new a91ee09908 Change the tip for the Label control in Basic IDE.
a91ee09908 is described below

commit a91ee099086dce098f3ff868378f47c017eabe5a
Author: mseidel <[email protected]>
AuthorDate: Mon Jan 9 17:28:07 2023 +0100

    Change the tip for the Label control in Basic IDE.
    
    This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128553
---
 .../registry/data/org/openoffice/Office/UI/GenericCommands.xcu          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 1108842c4e..6e0c78a3cd 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3204,7 +3204,7 @@
             </node>
             <node oor:name=".uno:InsertFixedText" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Label field</value>
+                    <value xml:lang="en-US">Label Field</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>1</value>

Reply via email to