sfx2/uiconfig/ui/templatepanel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d9c0ae5e58b67e8ba7b7fd40ff2dd6aac3268975 Author: Banobe Pascal <[email protected]> AuthorDate: Tue Feb 11 17:54:32 2025 +0300 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 15 12:53:06 2025 +0100 Rename "Spotlight" to "Highlight styles" This improves clarity and aligns better with user expectations. Signed-off-by: Banobe Pascal <[email protected]> Change-Id: I7ba7548a724bbee5e56fdcdc04488c49af797ae2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181436 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Pedro Silva <[email protected]> Tested-by: Pedro Silva <[email protected]> diff --git a/sfx2/uiconfig/ui/templatepanel.ui b/sfx2/uiconfig/ui/templatepanel.ui index fca889705756..acd6dddbe3ab 100644 --- a/sfx2/uiconfig/ui/templatepanel.ui +++ b/sfx2/uiconfig/ui/templatepanel.ui @@ -326,7 +326,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>
