sfx2/uiconfig/ui/templatepanel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b63c1045a8319241712be916a0a0e10938931303 Author: Banobe Pascal <[email protected]> AuthorDate: Tue Feb 11 17:54:32 2025 +0300 Commit: Szymon Kłos <[email protected]> CommitDate: Fri Feb 14 08:30:32 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 a8d2d61377f6..a1e51755328d 100644 --- a/sfx2/uiconfig/ui/templatepanel.ui +++ b/sfx2/uiconfig/ui/templatepanel.ui @@ -203,7 +203,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>
