filter/uiconfig/ui/pdfgeneralpage.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 44c803f1481a31f54771fc681b0772a613e0bf83 Author: Seth Chaiklin <[email protected]> AuthorDate: Thu Feb 16 17:40:38 2023 +0000 Commit: Seth Chaiklin <[email protected]> CommitDate: Fri Feb 17 12:43:11 2023 +0000 tdf#153549 update extended tip because of command name change Change-Id: I469b3852b406f209ed70e19a75f64cd67583c643 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147123 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <[email protected]> diff --git a/filter/uiconfig/ui/pdfgeneralpage.ui b/filter/uiconfig/ui/pdfgeneralpage.ui index f39034a9b184..15f257c6e855 100644 --- a/filter/uiconfig/ui/pdfgeneralpage.ui +++ b/filter/uiconfig/ui/pdfgeneralpage.ui @@ -806,9 +806,10 @@ <property name="halign">start</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> + <property name="tooltip-text" translatable="yes" context="pdfgeneralpage|bookmarks|tooltip_text">Export headings along with hyperlinked entries in Table of Contents as PDF bookmarks.</property> <child internal-child="accessible"> <object class="AtkObject" id="bookmarks-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="pdfgeneralpage|extended_tip|bookmarks">Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (Tools - Chapter Numbering) and for all table of contents entries for which you did assign hyperlinks in the source document.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="pdfgeneralpage|extended_tip|bookmarks">PDF bookmarks are created for all paragraphs with outline level 1 or greater and for all “Table of Contents” entries with hyperlinks.</property> </object> </child> </object>
