cui/uiconfig/ui/optviewpage.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 83eceff8e5136504106c2fd9de26543c37000085 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Feb 10 09:14:14 2023 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Feb 11 07:44:21 2023 +0000 Related: tdf#153229 use 'System' instead of 'Automatic' in the macOS desktop settings "Automatic" is used to indicate that the theme changes automatically from light to dark over time, "System" does seem a little less ambigious as to its meaning here. Change-Id: I38f6007cca1e8942d77066db200208ca463368d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146743 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui index 92fa9be49851..a371f83e584a 100644 --- a/cui/uiconfig/ui/optviewpage.ui +++ b/cui/uiconfig/ui/optviewpage.ui @@ -500,7 +500,7 @@ <property name="hexpand">True</property> <property name="active">0</property> <items> - <item translatable="yes" context="optviewpage|appearance">Automatic</item> + <item translatable="yes" context="optviewpage|appearance">System</item> <item translatable="yes" context="optviewpage|appearance">Light</item> <item translatable="yes" context="optviewpage|appearance">Dark</item> </items>