summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-04-04 13:50:40 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2022-04-07 10:45:02 +0200
commit9a773e8ca65ccb30cdfbf47b94aabe356df8cad2 (patch)
tree1f3436fc648781d8c4555d1accbb5593b119f0e8 /cui
parentb11a5d3900e3c19e94833c1b1e5218288320c3e3 (diff)
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 <sdc.blanco@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'cui')
-rw-r--r--cui/inc/tipoftheday.hrc2
1 files changed, 1 insertions, 1 deletions
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"},