cui/uiconfig/ui/areatabpage.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit d710b7c8432d868f7c3f0bad30f2f13d4d504ec5 Author: Kiyotaka Nishibori <[email protected]> AuthorDate: Sun Jan 17 10:58:27 2021 +0900 Commit: Heiko Tietze <[email protected]> CommitDate: Mon Jan 18 08:23:16 2021 +0100 tdf#139691: fixed wrong extend-tips in areatabpage.ui. Change-Id: Ic99ef0a543098cd469db30474d1f8fcd466f2a2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109461 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/cui/uiconfig/ui/areatabpage.ui b/cui/uiconfig/ui/areatabpage.ui index 04e8243d6df5..9296a5b6cf6f 100644 --- a/cui/uiconfig/ui/areatabpage.ui +++ b/cui/uiconfig/ui/areatabpage.ui @@ -72,7 +72,7 @@ <property name="receives_default">True</property> <child internal-child="accessible"> <object class="AtkObject" id="btncolor-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btncolor">Fills the object with a gradient selected on this page.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btncolor">Fills the object with a color selected on this page.</property> </object> </child> </object> @@ -108,7 +108,7 @@ <property name="receives_default">True</property> <child internal-child="accessible"> <object class="AtkObject" id="btnbitmap-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btnbitmap">Fills the object with a hatching pattern selected on this page.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btnbitmap">Fills the object with a bitmap image selected on this page.</property> </object> </child> </object> @@ -126,7 +126,7 @@ <property name="receives_default">True</property> <child internal-child="accessible"> <object class="AtkObject" id="btnpattern-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btnpattern">Fills the object with a hatching pattern selected on this page.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btnpattern">Fills the object with a dot pattern selected on this page.</property> </object> </child> </object> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
