diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-02-12 16:15:43 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-02-13 12:56:34 +0100 |
commit | da164e43779029dbb4795adf60c02179d12cdd7c (patch) | |
tree | 2b27b6348d09a54e7b538c2b737b396ba69833ff /sw/uiconfig | |
parent | 6ba3425d4333b0318674ee3e8396de768fac5a75 (diff) |
tdf#45589 sw: add tooltip to Formatting Aids dialog Bookmark label
Thanks to sdc.blanco for the suggestion.
Change-Id: Ib9a1874eeba1e9e1bf594e725be6883e79ed9a67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88541
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/optformataidspage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui index 13434e4fee43..d95f1f0ca331 100644 --- a/sw/uiconfig/swriter/ui/optformataidspage.ui +++ b/sw/uiconfig/swriter/ui/optformataidspage.ui @@ -211,6 +211,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">| [ ]</property> + <property name="tooltip_text" translatable="yes" context="optformataidspage|bookmarks_label|tooltip_text">| indicates a point bookmark +[ ] indicate the start and end of a bookmark on a text range</property> </object> <packing> <property name="left_attach">1</property> |