diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-10 09:14:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-11 07:44:21 +0000 |
commit | 83eceff8e5136504106c2fd9de26543c37000085 (patch) | |
tree | 6ffaa365429fe3d06d4d32a72c0767623fbc36ac /cui | |
parent | d6b590feda1c61fd5ed14c0be66379b8e5de0c6a (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optviewpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
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> |