sw/uiconfig/swriter/ui/footnotepage.ui |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 32d8db9bb6d8d3e2dcfe3d3317505bca3cb870ca
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Fri Jun 30 12:15:33 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jun 30 13:57:57 2023 +0200

    tdf#156090: "Counting" and "Start at" are reversed in "Footnotes and 
Endnotes"
    
    Change-Id: I58d4643aa37fb2f63544cfe3a26d14d4d04a9384
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153802
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sw/uiconfig/swriter/ui/footnotepage.ui 
b/sw/uiconfig/swriter/ui/footnotepage.ui
index 2f6a725443be..a6a0c8f013cb 100644
--- a/sw/uiconfig/swriter/ui/footnotepage.ui
+++ b/sw/uiconfig/swriter/ui/footnotepage.ui
@@ -44,10 +44,10 @@
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="label7">
+              <object class="GtkLabel" id="offset">
                 <property name="visible">True</property>
                 <property name="can-focus">False</property>
-                <property name="label" translatable="yes" 
context="footnotepage|label7">Counting</property>
+                <property name="label" translatable="yes" 
context="footnotepage|offset">Start at</property>
                 <property name="xalign">0</property>
               </object>
               <packing>
@@ -86,10 +86,10 @@
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="offset">
+              <object class="GtkLabel" id="label7">
                 <property name="visible">True</property>
                 <property name="can-focus">False</property>
-                <property name="label" translatable="yes" 
context="footnotepage|offset">Start at</property>
+                <property name="label" translatable="yes" 
context="footnotepage|label7">Counting</property>
                 <property name="xalign">0</property>
               </object>
               <packing>

Reply via email to