summaryrefslogtreecommitdiff
path: root/cui/inc
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2019-11-25 11:47:07 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2019-12-01 16:16:26 +0100
commitdcbe77b042ebe79f072a760626dcaa866770e13f (patch)
treea6be9d7a116b26c37a58a9abaf88410a7d4f837d /cui/inc
parentb7f53bc7d6b238b5355b3213d3f2b30a6e8abf75 (diff)
tdf#127294 correct tip about removing multiple hyperlinks
Change-Id: I40c23170ebb0b7fc9386efc1983eacef79a37f37 Reviewed-on: https://gerrit.libreoffice.org/83648 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> (cherry picked from commit 39d0fe2dda13b57c39cd96945df52b3b51b9c214) Reviewed-on: https://gerrit.libreoffice.org/84143
Diffstat (limited to 'cui/inc')
-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 76d25b83c3c1..8c48f66a4689 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -56,7 +56,7 @@ const std::tuple<const char*, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
{ NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools > Options > %PRODUCTNAME > View > User Interface > Icon style."), "", ""},
{ NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction (0.125 = 1/8): Format > Cells, Number > Fraction."), "", "tipoftheday_c.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, right click on the hyperlink, and use 'Remove Hyperlink'."), "", "tipoftheday_w.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, select the text with the hyperlinks, then right click and use ‟Remove Hyperlink”"), "", "tipoftheday_w.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, select the text with the hyperlinks, then right-click and use ‘Remove Hyperlink’."), "", "tipoftheday_w.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "To quickly zoom in the selection, press / (divide key) on the number pad. Press * to restore entire page in screen."), "", "tipoftheday_d.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Click a column field (row) PivotTable and press F12 to group data. Choices adapt to content: Date (month, quarter, year), number (classes)"), "", "tipoftheday_c.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "You can restarts the slide show after a pause specified at Slide Show > Slide Show Settings > Loop and repeat."), "", "tipoftheday_i.png"},