sc/uiconfig/scalc/ui/definetablerangedialog.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 72aa5106c59be5a4496c3a4415f4d2a30d0ecbe0 Author: Balazs Varga <[email protected]> AuthorDate: Thu Jan 29 10:31:53 2026 +0100 Commit: Balazs Varga <[email protected]> CommitDate: Fri Jan 30 12:58:20 2026 +0100 Fix duplicated translation in new table range ui file sc/uiconfig/scalc/ui/definetablerangedialog.ui make -j 24 -rs -f /home/tdf/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/Makefile.gbuild translations [build POT] pot.done + find workdir/pot/ -type f -print0 + xargs -0r -n1 msgfmt -o /tmp/discardme.mo workdir/pot/sc/messages.pot:24006: duplicate message definition... workdir/pot/sc/messages.pot:23717: ...this is the location of the first definition workdir/pot/sc/messages.pot:24012: duplicate message definition... workdir/pot/sc/messages.pot:23723: ...this is the location of the first definition workdir/pot/sc/messages.pot:24018: duplicate message definition... workdir/pot/sc/messages.pot:23747: ...this is the location of the first definition workdir/pot/sc/messages.pot:24024: duplicate message definition... workdir/pot/sc/messages.pot:23753: ...this is the location of the first definition workdir/pot/sc/messages.pot:24042: duplicate message definition... workdir/pot/sc/messages.pot:23789: ...this is the location of the first definition workdir/pot/sc/messages.pot:24048: duplicate message definition... workdir/pot/sc/messages.pot:23873: ...this is the location of the first definition msgfmt: found 6 fatal errors Build step 'Conditional step (single)' marked build as failure cherry-pick from: e4a719d2f82e308f1d7b1f87df166de85acc71b8 Change-Id: I4c486e625b86e8f0de73852237306fb988556b82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198346 Reviewed-by: Balazs Varga <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/sc/uiconfig/scalc/ui/definetablerangedialog.ui b/sc/uiconfig/scalc/ui/definetablerangedialog.ui index 7f154b489c77..093bade14ffd 100644 --- a/sc/uiconfig/scalc/ui/definetablerangedialog.ui +++ b/sc/uiconfig/scalc/ui/definetablerangedialog.ui @@ -34,7 +34,7 @@ <property name="use-underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="ok-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="definedatabaserangedialog|extended_tip|ok">Saves all changes and closes dialog.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="definetablerangedialog|extended_tip|ok">Saves all changes and closes dialog.</property> </object> </child> </object> @@ -53,7 +53,7 @@ <property name="use-underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="cancel-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="definedatabaserangedialog|extended_tip|cancel">Closes dialog and discards all changes.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="definetablerangedialog|extended_tip|cancel">Closes dialog and discards all changes.</property> </object> </child> </object> @@ -103,7 +103,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="assign-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="definedatabaserangedialog|extended_tip|assign">Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="definetablerangedialog|extended_tip|assign">Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size.</property> </object> </child> </object> @@ -120,7 +120,7 @@ <property name="receives-default">True</property> <child internal-child="accessible"> <object class="AtkObject" id="assgnrb-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="definedatabaserangedialog|extended_tip|assignrb">Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="definetablerangedialog|extended_tip|assignrb">Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size.</property> </object> </child> </object> @@ -168,7 +168,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="bheaders-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="definedatabaserangedialog|extended_tip|ContainsColumnLabels">Selected cell ranges contain labels.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="definetablerangedialog|extended_tip|ContainsColumnLabels">Selected cell ranges contain labels.</property> </object> </child> </object> @@ -200,7 +200,7 @@ </action-widgets> <child internal-child="accessible"> <object class="AtkObject" id="tablerangedialog-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="definedatabaserangedialog|extended_tip|DefineDatabaseRangeDialog">Defines a database range based on the selected cells in your sheet.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="definetablerangedialog|extended_tip|DefineTableRangeDialog">Defines a database range based on the selected cells in your sheet.</property> </object> </child> </object>
