cui/inc/tipoftheday.hrc                                             |    4 ++--
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0b1a8cc4a59fadd83bdcf13ba88bb8f68d02e106
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Tue Jun 6 11:09:59 2023 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Fri Jun 9 15:00:10 2023 +0200

    tdf#125876  "Footnotes and Endnotes" -> "Footnote/Endnote Settings"
    
       also update command name in "tip of day" and add links to the
       dialog for the relevant tips.
    
    Change-Id: I6dbebf3cbe405f5bd1d6d01d992cb096a5e61348
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152651
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 5816a7de3676..462be2acd570 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -119,7 +119,7 @@ const std::tuple<TranslateId, OUString, OUString, 
tipModule> TIPOFTHEDAY_STRINGA
      { NC_("RID_CUI_TIPOFTHEDAY", "Open a CSV file as a new sheet in the 
current spreadsheet via Sheet ▸ Sheet from file."), "", "", scalc},
      { NC_("RID_CUI_TIPOFTHEDAY", "You can continue writing with the default 
formatting attributes after manually applying bold, italic or underline by 
pressing %MOD1+Shift+X."), "", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "Use %MOD1+%MOD2+Shift+V to paste the 
contents of the clipboard as unformatted text."), "", "", swriter},
-     { NC_("RID_CUI_TIPOFTHEDAY", "Customize footnote appearance with Tools ▸ 
Footnotes and Endnotes…"), "", "", swriter},
+     { NC_("RID_CUI_TIPOFTHEDAY", "Customize footnote appearance with Tools ▸ 
Footnote/Endnote Settings…"), ".uno:FootnoteDialog", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "With Slide Show ▸ Custom Slide Show, 
reorder and pick slides to fit a slideshow to the needs of your viewers."), "", 
"", simpress},
      { NC_("RID_CUI_TIPOFTHEDAY", "Want to change spell checking for some part 
of the text? Click in the language zone of the status bar or better, apply a 
style."), "", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "Writer can insert a blank page between two 
odd (even) pages that follow. Check “Print automatically inserted blank pages” 
in the print dialog’s %PRODUCTNAME Writer tab."), "", "", swriter},
@@ -156,7 +156,7 @@ const std::tuple<TranslateId, OUString, OUString, 
tipModule> TIPOFTHEDAY_STRINGA
      { NC_("RID_CUI_TIPOFTHEDAY", "Want to get a math object into Writer 
quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to 
convert the text."), "", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "With %PRODUCTNAME it is very easy to 
install a new dictionary: they are supplied as extensions."), 
"https://extensions.libreoffice.org/?q=&Tags[]=50";, "", soffice},
      { NC_("RID_CUI_TIPOFTHEDAY", "%PRODUCTNAME has a portable version which 
gives you mobility. Even without administrator rights on your computer you can 
install %PRODUCTNAME Portable to your hard drive too."), 
"https://www.libreoffice.org/download/portable-versions/";, "", soffice},
-     { NC_("RID_CUI_TIPOFTHEDAY", "Writer lets you number your footnotes per 
page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ 
Counting."), "", "", swriter},
+     { NC_("RID_CUI_TIPOFTHEDAY", "Writer lets you number your footnotes per 
page, chapter, document: Tools ▸ Footnote/Endnote Settings ▸ Footnotes tab ▸ 
Counting."), ".uno:FootnoteDialog", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "Your Writer document does not reopen with 
the text cursor at the same editing position it was when you saved it? Add 
First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last 
name."), "", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "Need to do citation? You can use 
third-party citation managers such as Zotero."), 
"https://wiki.documentfoundation.org/Referencing_Systems_in_LibreOffice";, "", 
swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "Want to insert a value in the same place on 
several sheets? Select the sheets: hold down %MOD1 key and click their tabs 
before entering."), "", "", scalc},
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index b5f215d7d9e5..7458ed89d8e2 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1489,7 +1489,7 @@
       </node>
       <node oor:name=".uno:FootnoteDialog" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">~Footnotes and Endnotes...</value>
+          <value xml:lang="en-US">~Footnote/Endnote Settings...</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>

Reply via email to