diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-06-30 12:15:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-30 13:57:57 +0200 |
commit | 32d8db9bb6d8d3e2dcfe3d3317505bca3cb870ca (patch) | |
tree | 84ecd8da6c83e2fadb68291d15ad4bf7f6462fdd /sw/uiconfig | |
parent | d3a6694c0245100f6c83cabd2a9473dab07c1763 (diff) |
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 <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/footnotepage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
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> |