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

New commits:
commit 8993df595e5e6c761d0980809fdcdac8a4921a3f
Author:     madhura <[email protected]>
AuthorDate: Tue Mar 3 17:14:56 2026 +0000
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Wed Mar 4 15:16:05 2026 +0100

    tdf#171020 cui: update Tip 13 icon theme path
    
    Update Tip of the Day entry to reflect UI changes where
    the icon theme setting moved from View to Appearance ▸ Icons.
    
    Change-Id: I3092761480645060eb22696c569fbc81e963c349
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200903
    Reviewed-by: Ilmari Lauhakangas <[email protected]>
    Tested-by: Jenkins

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 3186937b45dc..89b03727dc7a 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -63,7 +63,7 @@ const std::tuple<TranslateId, OUString, OUString, tipModule> 
TIPOFTHEDAY_STRINGA
      { NC_("RID_CUI_TIPOFTHEDAY", "Cannot see all the text in a cell? Expand 
the input line in the formula bar and you can scroll."), "", 
"expand_formula_bar.png", scalc},
      { NC_("RID_CUI_TIPOFTHEDAY", "Optimize your table layout with Table ▸ 
Size ▸ Distribute Rows / Columns Evenly."), "", "", swriter},
      { NC_("RID_CUI_TIPOFTHEDAY", "Find all expressions in brackets per Edit ▸ 
Find and Replace ▸ Find ▸ \([^)]+\) (check “Regular expressions”)"), "", "", 
swriter},
-     { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools ▸ 
Options ▸ %PRODUCTNAME ▸ View ▸ Icon Theme."), "", "icon_sets.png", soffice},
+     { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools ▸ 
Options ▸ %PRODUCTNAME ▸ Appearance ▸ Icons."), "", "icon_sets.png", soffice},
      { NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction 
(0.125 = 1/8): Format ▸ Cells, under Numbers tab in the Category select 
Fraction."), "", "fraction.png", soffice},
      { NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, 
right-click on the hyperlink, and use “Remove Hyperlink”."), "", 
"remove_hyperlink.png", soffice},
      { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, 
select the text with the hyperlinks, then right-click and use “Remove 
Hyperlink”."), "", "", swriter},

Reply via email to