officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    8 
+++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit e2d7bc21ea537cf07dd80482039879e5957bb6d3
Author:     Heiko Tietze <[email protected]>
AuthorDate: Thu Jan 22 13:40:04 2026 +0100
Commit:     Heiko Tietze <[email protected]>
CommitDate: Fri Jan 23 08:08:42 2026 +0100

    Resolves tdf#169975 - Show "Column" instead "Section" on Tool- and 
Notebookbar
    
    Change-Id: I10c0ada85e92a1c9d96bff6670ed1b72aa4d4f6d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197808
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <[email protected]>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index cd6dbcd61764..cd2a862e26aa 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -138,7 +138,13 @@
       </node>
       <node oor:name=".uno:InsertSection" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Se~ction...</value>
+          <value xml:lang="en-US">Columns</value>
+        </prop>
+        <prop oor:name="ContextLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Section...</value>
+        </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Insert a section with columns</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>

Reply via email to