svtools/uiconfig/ui/graphicexport.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 241c521c1d06733af3972d958eb9a4d0cf8eeb5e Author: Olivier Hallot <[email protected]> AuthorDate: Wed Dec 24 05:56:34 2025 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Dec 24 13:23:50 2025 +0100 Put right extended tip in the right widget ET's were interchanged Change-Id: I95c23672c2e29a13b7bba20f4d6d80e3e58c3e3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196189 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/svtools/uiconfig/ui/graphicexport.ui b/svtools/uiconfig/ui/graphicexport.ui index e6af5acef9c0..600b228e0621 100644 --- a/svtools/uiconfig/ui/graphicexport.ui +++ b/svtools/uiconfig/ui/graphicexport.ui @@ -219,7 +219,7 @@ <property name="digits">2</property> <child internal-child="accessible"> <object class="AtkObject" id="widthmf-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="graphicexport|extended_tip|widthmf">Specifies the measurement units.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="graphicexport|extended_tip|widthmf">Specifies the width.</property> </object> </child> </object> @@ -281,7 +281,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="widthlb-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="graphicexport|extended_tip|widthlb">Specifies the width.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="graphicexport|extended_tip|widthlb">Specifies the measurement units.</property> </object> </child> </object>
