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

New commits:
commit e372b380d27efa024bc8259f26a6c59241dcad27
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Mon Sep 2 04:14:44 2024 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Sep 2 17:21:34 2024 +0200

    tdf#162476 Pluralize command name to reflect its effect beyond the current 
cell
    
    Change-Id: I7f1c66d1e6aff049f5990a332cbe1d4e70fbcc5f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172739
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index f2eac3c8d011..8a5b88e79b90 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -133,7 +133,7 @@ const std::tuple<TranslateId, OUString, OUString, 
tipModule> TIPOFTHEDAY_STRINGA
      { NC_("RID_CUI_TIPOFTHEDAY", "You can copy from one sheet to another 
without the clipboard. Select the area to copy, %MOD1+click the target sheet’s 
tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."), "", "", scalc},
      { NC_("RID_CUI_TIPOFTHEDAY", "You can change the look of %PRODUCTNAME via 
View ▸ User Interface."), "", "", soffice},
      { NC_("RID_CUI_TIPOFTHEDAY", "In %PRODUCTNAME Impress, use Insert ▸ Media 
▸ Photo Album to create a slideshow from a series of pictures with the “Photo 
Album” feature."), "", "", simpress},
-     { NC_("RID_CUI_TIPOFTHEDAY", "You can show formulas instead of results 
with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ 
Display ▸ Formulas)."), "", "", scalc},
+     { NC_("RID_CUI_TIPOFTHEDAY", "You can show formulas instead of results 
with View ▸ Show Formulas (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ 
Display ▸ Formulas)."), "", "", scalc},
      { NC_("RID_CUI_TIPOFTHEDAY", "%PRODUCTNAME is developed by a friendly 
community, made up of hundreds of contributors around the world. Join us with 
your skills beyond coding."), 
"https://www.libreoffice.org/community/get-involved/";, "", soffice},
      { NC_("RID_CUI_TIPOFTHEDAY", "Left-handed? Enable Tools ▸ Options ▸ 
Languages and Locales ▸ General ▸ Asian and check Tools ▸ Options ▸ 
%PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the 
scrollbar to the left."), "", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "Want headings to always begin a page? Edit 
the paragraph style applied to the headings. Check “Insert” on the “Text Flow” 
tab, with Type “Page” and Position “Before”."), 
"cui/ui/textflowpage/checkInsert", "", swriter},
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index e968764fd2c5..16703019b5c5 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -2671,7 +2671,7 @@
       </node>
       <node oor:name=".uno:ToggleFormula" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Show Formula</value>
+          <value xml:lang="en-US">Show Formulas</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>

Reply via email to