sw/uiconfig/swriter/ui/labeloptionspage.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 513ae848b668647093ae4161718b2585d80fdb7a Author: Olivier Hallot <[email protected]> AuthorDate: Mon Jun 13 07:51:59 2022 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Thu Jun 16 00:44:18 2022 +0200 Fix extended tips in labeloptionspage.ui Change-Id: Ib82fd7a19a837521afbe0d0a6c154d4c5c5f2824 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135755 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/sw/uiconfig/swriter/ui/labeloptionspage.ui b/sw/uiconfig/swriter/ui/labeloptionspage.ui index c726208c65b5..86132b56d160 100644 --- a/sw/uiconfig/swriter/ui/labeloptionspage.ui +++ b/sw/uiconfig/swriter/ui/labeloptionspage.ui @@ -116,7 +116,7 @@ <property name="adjustment">adjustment1</property> <child internal-child="accessible"> <object class="AtkObject" id="cols-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|cols">Enter the number of labels or business cards that you want to have in a row on your page.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|cols">Select the column in which you want to place your single label or business card.</property> </object> </child> </object> @@ -160,7 +160,7 @@ <property name="adjustment">adjustment2</property> <child internal-child="accessible"> <object class="AtkObject" id="rows-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|rows">Enter the number of rows of labels or business cards that you want to have on your page.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|rows">Select the row in which you want to place your single label or business card.</property> </object> </child> </object>
