cui/inc/tipoftheday.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9a773e8ca65ccb30cdfbf47b94aabe356df8cad2
Author:     Seth Chaiklin <[email protected]>
AuthorDate: Mon Apr 4 13:50:40 2022 +0100
Commit:     Heiko Tietze <[email protected]>
CommitDate: Thu Apr 7 10:45:02 2022 +0200

    tdf#143264  improve expressions with %MOD1 -/+
    
        also add link to relevant help page
    
    Change-Id: I087b3fe2573665a633dc04b222bcc3950edd782a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132385
    Reviewed-by: Seth Chaiklin <[email protected]>
    Reviewed-by: Heiko Tietze <[email protected]>
    Tested-by: Seth Chaiklin <[email protected]>

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index bb50099e35c3..99f6218ac537 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -85,7 +85,7 @@ const std::tuple<TranslateId, OUString, OUString> 
TIPOFTHEDAY_STRINGARRAY[] =
      { NC_("RID_CUI_TIPOFTHEDAY", "Use the Backspace key instead of Delete in 
Calc. You can choose what to delete."), "", "tipoftheday_c.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "Best way to fix bad-looking MS Word table 
cells via Table ▸ Size ▸ Optimal Row Height / Column Width."), "", 
"tipoftheday_w.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "To repeat a table heading when a table 
spans over a page, use Table ▸ Table Properties ▸ Text Flow ▸ Repeat 
heading."), "", "tipoftheday_w.png"},
-     { NC_("RID_CUI_TIPOFTHEDAY", "To quickly insert or delete rows, select 
the desired number of rows (or columns) and press %MOD1+ to add or %MOD1- to 
delete."), "", "tipoftheday_c.png"},
+     { NC_("RID_CUI_TIPOFTHEDAY", "Want to quickly insert or delete rows? 
Select the desired number of rows (or columns) and press %MOD1+Plus sign (+) to 
add or %MOD1+Minus sign (-) to delete."), 
"modules/scalc/ui/insertcells/InsertCellsDialog", "tipoftheday_c.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "To repeat rows/columns on every pages use 
Format ▸ Print Ranges ▸ Edit."), "", "tipoftheday_c.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "Insert images and photos into shapes in 
Draw and Impress. Right-click on a shape, choose Area ▸ Image ▸ Add/Import, and 
use Options to adjust appearance."), "", ""},
      { NC_("RID_CUI_TIPOFTHEDAY", "Need to insert the date in a spreadsheet 
cell? Type %MOD1+; or Shift+%MOD1+; to insert the time."), "", 
"tipoftheday_c.png"},

Reply via email to