cui/inc/tipoftheday.hrc |    2 +-
 sw/inc/strings.hrc      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 969603ffa48c6566b602a2a9174fc0acea307428
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Tue May 24 17:17:04 2022 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed May 25 12:05:08 2022 +0200

    tdf#149018 a  few more "Objects" -> "OLE Objects"
    
         -- part of a general project to use "OLE Object" instead of
            "Object" in the UI when appropriate.
            * updated command sequence in one "tip of the day" and converted
              tip to a question (after preferred style)
            * title of dialog box for inserting or editing an OLE object
    
    Change-Id: I519930c2e95c7a157c43a0870dca8b3df362b65d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134895
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 5bcdde749818..d41b6c09c831 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -149,7 +149,7 @@ const std::tuple<TranslateId, OUString, OUString> 
TIPOFTHEDAY_STRINGARRAY[] =
      { 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 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", "Want to get a math object into Writer 
quickly? Type your formula, select it, and use Insert ▸ OLE 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";, ""},
      { 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/";, ""},
      { NC_("RID_CUI_TIPOFTHEDAY", "Writer lets you number your footnotes per 
page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ 
Counting."), "", "tipoftheday_w.png"},
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 3f7d9503b187..4136c2bce029 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1343,8 +1343,8 @@
 #define STR_FRMUI_TOP_BASE                      NC_("STR_FRMUI_TOP_BASE", 
"Base line at ~top")
 #define STR_FRMUI_BOTTOM_BASE                   NC_("STR_FRMUI_BOTTOM_BASE", 
"~Base line at bottom")
 #define STR_FRMUI_CENTER_BASE                   NC_("STR_FRMUI_CENTER_BASE", 
"Base line ~centered")
-#define STR_FRMUI_OLE_INSERT                    NC_("STR_FRMUI_OLE_INSERT", 
"Insert object")
-#define STR_FRMUI_OLE_EDIT                      NC_("STR_FRMUI_OLE_EDIT", 
"Edit object")
+#define STR_FRMUI_OLE_INSERT                    NC_("STR_FRMUI_OLE_INSERT", 
"Insert OLE object")
+#define STR_FRMUI_OLE_EDIT                      NC_("STR_FRMUI_OLE_EDIT", 
"Edit OLE object")
 #define STR_FRMUI_COLL_HEADER                   NC_("STR_FRMUI_COLL_HEADER", " 
(Template: ")
 #define STR_FRMUI_BORDER                        NC_("STR_FRMUI_BORDER", 
"Borders")
 #define STR_FRMUI_PATTERN                       NC_("STR_FRMUI_PATTERN", 
"Background")

Reply via email to