sfx2/uiconfig/ui/templatepanel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 24f6efcd80d771dfbf3d8964107de7976de39c75 Author: Banobe Pascal <banobe.pas...@collabora.com> AuthorDate: Mon Mar 17 23:39:46 2025 +0300 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Tue Mar 18 08:41:17 2025 +0100 tdf#165792 Rename "Spotlight" to "Highlight styles" This improves clarity and aligns better with user expectations. This is a manual port of commit d9c0ae5e58b6 from co-24.04, recreated for co-25.04 because the original patch does not apply cleanly to the target branch due to code divergence between the versions. Signed-off-by: Banobe Pascal <banobe.pas...@collabora.com> Change-Id: I6666250251b93c54d8f662d0546e4d9ffb1cc073 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183046 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/sfx2/uiconfig/ui/templatepanel.ui b/sfx2/uiconfig/ui/templatepanel.ui index 41c908c805cd..80c53799e0eb 100644 --- a/sfx2/uiconfig/ui/templatepanel.ui +++ b/sfx2/uiconfig/ui/templatepanel.ui @@ -239,7 +239,7 @@ </child> <child> <object class="GtkCheckButton" id="highlightstyles"> - <property name="label" translatable="yes" context="commontemplate|STR_HIGHLIGHT_CHECKBOX">Spotlight</property> + <property name="label" translatable="yes" context="commontemplate|STR_HIGHLIGHT_CHECKBOX">Highlight styles</property> <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="use-underline">True</property>