[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Sat Nov 30 07:26:56 UTC 2019


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

New commits:
commit 6de43b0591cf3bf4b0c584153aaf4bc21e9d2698
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Nov 14 15:14:12 2019 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Sat Nov 30 08:25:57 2019 +0100

    tdf#127294 add tip about removing multiple hyperlinks
    
    Change-Id: I465d459dce8bd279cb3052d4563340efc3092ec7
    Reviewed-on: https://gerrit.libreoffice.org/82691
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    (cherry picked from commit e95f32217b074e320d79bb6c35b445099b998cf0)
    Reviewed-on: https://gerrit.libreoffice.org/84065

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 29a8e504a630..76d25b83c3c1 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -56,6 +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 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"},


More information about the Libreoffice-commits mailing list