cui/inc/tipoftheday.hrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 23f1d0436f4a23b496c271c86325b8e336d60f3b
Author:     Roman Kuznetsov <antilibreoff...@gmail.com>
AuthorDate: Sat Feb 12 23:08:36 2022 +0100
Commit:     Roman Kuznetsov <antilibreoff...@gmail.com>
CommitDate: Mon Feb 14 11:06:37 2022 +0100

    tdf#143266 Use correct menu item's names in ToD
    
    Change-Id: I0796e6c8b2dc2b6e56e7e69611cbcb97ff3e7e34
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129842
    Tested-by: Jenkins
    Reviewed-by: Sophie Gautier <so...@libreoffice.org>
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index b410d8f5f1ca..81894f5c77b2 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -141,13 +141,13 @@ const std::tuple<TranslateId, OUString, OUString> 
TIPOFTHEDAY_STRINGARRAY[] =
      { NC_("RID_CUI_TIPOFTHEDAY", "Mix portrait and landscape orientations in 
a Calc spreadsheet by applying different page styles on sheets."), "", 
"tipoftheday_c.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "Click on the special character icon in the 
toolbar to get quick access to favorite and recent characters to insert."), "", 
""},
      { NC_("RID_CUI_TIPOFTHEDAY", "Choose “Hierarchical View” in the Styles 
sidebar to see the relation between styles."), "", "tipoftheday_w.png"},
-     { NC_("RID_CUI_TIPOFTHEDAY", "You can use styles to make the tables in 
your document consistent. Choose one from the predefined per Styles (F11) or 
via Table ▸ AutoFormat."), "", "tipoftheday_w.png"},
+     { NC_("RID_CUI_TIPOFTHEDAY", "You can use styles to make the tables in 
your document consistent. Choose one from the predefined per Styles (F11) or 
via Table ▸ AutoFormat Styles..."), "", "tipoftheday_w.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "Configure use of the %MOD1 key to open 
hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click 
required to open hyperlinks”."), "", ""},
      { NC_("RID_CUI_TIPOFTHEDAY", "You would like to view the calculation of 
individual elements of a formula, select the respective elements and press 
F9."), "", "tipoftheday_c.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "You can protect cells with Format ▸ Cells ▸ 
Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ 
Protect Sheet."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/guide/cell_protect.html";,
 "tipoftheday_c.png"}, //local help missing
      { NC_("RID_CUI_TIPOFTHEDAY", "Write along a curve? Draw the line, double 
click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."), "", 
"tipoftheday_w.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "Want to display only the highest values in 
a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and 
choose “Top10”."), "", "tipoftheday_c.png"},
-     { NC_("RID_CUI_TIPOFTHEDAY", "To remove the page number from your table 
of contents go to Insert ▸ Table of Contents (or right-click and Edit the 
previously inserted index). In the Entries tab delete the page number (#) from 
Structure line."), "", "tipoftheday_w.png"},
+     { NC_("RID_CUI_TIPOFTHEDAY", "To remove the page number from your table 
of contents go to Insert ▸ Table of Contents and Index (or right-click and Edit 
Index to edit a previously inserted index). In the Entries tab delete the page 
number (#) from Structure line."), "", "tipoftheday_w.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "With the Navigator you can select & move 
up/down headings and the text below the heading, in the Navigator and in the 
document."), "", "tipoftheday_w.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "To quickly get a math object in Writer type 
your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the 
text."), "", "tipoftheday_w.png"},
      { 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";, ""},

Reply via email to