diff options
author | Kiyotaka Nishibori <ml.nishibori.kiyotaka@gmail.com> | 2021-01-17 10:58:27 +0900 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-01-18 08:23:16 +0100 |
commit | d710b7c8432d868f7c3f0bad30f2f13d4d504ec5 (patch) | |
tree | de8a2e110c756c74aa53e5a6020182e8eab88db2 /cui | |
parent | 23746af5b76d55ce781c8b9b58bfd566805b14ed (diff) |
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 <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/areatabpage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
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> |