officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs |    2 +-
 sw/uiconfig/swriter/ui/optcompatpage.ui                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 645852b418b759e6576848385b782db6031b9ebc
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Wed Aug 30 11:36:28 2023 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed Sep 6 11:02:42 2023 +0200

    tdf#141676  make command label more precise
    
    "Add paragraph and table spacing at tops of pages" ->
      "Add paragraph and table spacing at top of first page and page breaks"
    
    Change-Id: I05f53dde0c4782cc1adf1809a9a24f6f5a94b405
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156220
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
index fc0919ae2a3a..1508aeb1d7a6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
@@ -46,7 +46,7 @@
       </prop>
       <prop oor:name="AddSpacingAtPages" oor:type="xs:boolean" 
oor:nillable="false">
         <info>
-          <desc>Add paragraph and table spacing at tops of pages</desc>
+          <desc>Add paragraph and table spacing at top of first page and page 
breaks</desc>
         </info>
         <value>true</value>
       </prop>
diff --git a/sw/uiconfig/swriter/ui/optcompatpage.ui 
b/sw/uiconfig/swriter/ui/optcompatpage.ui
index 47765ddcd395..bed96ec03c1f 100644
--- a/sw/uiconfig/swriter/ui/optcompatpage.ui
+++ b/sw/uiconfig/swriter/ui/optcompatpage.ui
@@ -223,7 +223,7 @@
                 <property name="no-show-all">True</property>
                 <items>
                   <item translatable="yes" context="optcompatpage|format">Add 
spacing between paragraphs and tables</item>
-                  <item translatable="yes" context="optcompatpage|format">Add 
paragraph and table spacing at tops of pages</item>
+                  <item translatable="yes" context="optcompatpage|format">Add 
paragraph and table spacing at top of first page and page breaks</item>
                   <item translatable="yes" context="optcompatpage|format">Use 
OpenOffice.org 1.1 tabstop formatting</item>
                   <item translatable="yes" context="optcompatpage|format">Do 
not add leading (extra space) between lines of text</item>
                   <item translatable="yes" context="optcompatpage|format">Use 
OpenOffice.org 1.1 line spacing</item>

Reply via email to