fpicker/uiconfig/ui/explorerfiledialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit fc2716740bd513154ae4ab5404d9c575678172e0 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Mon May 16 00:06:21 2022 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon May 16 03:44:10 2022 +0200 tdf#62776 expand tooltips for + and - The tooltips for + and - in the LibreOffice filepicker are elaborated further. Change-Id: Ifb66caae78076971eeb74a20ac9284a07038bf1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134357 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui index 84a50b05d91c..9c673fa49452 100644 --- a/fpicker/uiconfig/ui/explorerfiledialog.ui +++ b/fpicker/uiconfig/ui/explorerfiledialog.ui @@ -293,7 +293,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="tooltip_text" translatable="yes" context="explorerfiledialog|add">Add shortcut</property> + <property name="tooltip_text" translatable="yes" context="explorerfiledialog|add">Add current folder to Places</property> <property name="image">image1</property> <property name="always_show_image">True</property> </object> @@ -308,7 +308,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="tooltip_text" translatable="yes" context="explorerfiledialog|add">Delete shortcut</property> + <property name="tooltip_text" translatable="yes" context="explorerfiledialog|add">Remove selected folder from Places</property> <property name="image">image2</property> <property name="always_show_image">True</property> </object>