diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-16 00:06:21 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-05-16 03:44:10 +0200 |
commit | fc2716740bd513154ae4ab5404d9c575678172e0 (patch) | |
tree | 2561678213f92d9d06c63961688ba279cc1040a3 /fpicker | |
parent | e843db51c74519acf41e377237914f603e0f6bab (diff) |
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 <fitojb@ubuntu.com>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/uiconfig/ui/explorerfiledialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |