diff options
author | Stéphane Guillou <stephane.guillou@member.fsf.org> | 2022-12-14 00:04:02 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-20 15:26:17 +0000 |
commit | 826b1f36bd96328e198452e0f8d5c87b2f3fb203 (patch) | |
tree | 97f138a346f4cb1eb80b88cfb772833ea8860b6a /formula | |
parent | a207cbfb0606f9c487c10fedbfe0a4b3e6fd2933 (diff) |
tdf#146781 sc: update extended tip for function description search
Change-Id: Ifa8f5c2be8e848e6fe2f9cf863d4a5a66787d2d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144153
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/uiconfig/ui/functionpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/uiconfig/ui/functionpage.ui b/formula/uiconfig/ui/functionpage.ui index ba2baa1bf65c..eecc82f74752 100644 --- a/formula/uiconfig/ui/functionpage.ui +++ b/formula/uiconfig/ui/functionpage.ui @@ -42,7 +42,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="search-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="functionpage|extended_tip|search">Search for a part of the function name.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="functionpage|extended_tip|search">Search for a function name. Also matches function descriptions.</property> </object> </child> </object> |