diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-12 23:41:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-12 23:41:10 +0200 |
commit | 2e55a78d33682f2afdeb308c630a8a9481875759 (patch) | |
tree | 77b2d82f26147ff009f4d83a2c661b474b97d090 | |
parent | 832667e41aa214c06a0972d0a9291a73b274ffe1 (diff) | |
download | ayatana-indicator-display-2e55a78d33682f2afdeb308c630a8a9481875759.tar.gz ayatana-indicator-display-2e55a78d33682f2afdeb308c630a8a9481875759.tar.bz2 ayatana-indicator-display-2e55a78d33682f2afdeb308c630a8a9481875759.zip |
data/org.ayatana.indicator.display.gschema.xml: Fix phrase in description tag of 'theme-profile' gsetting.
-rw-r--r-- | data/org.ayatana.indicator.display.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.ayatana.indicator.display.gschema.xml b/data/org.ayatana.indicator.display.gschema.xml index 9218b64..8079079 100644 --- a/data/org.ayatana.indicator.display.gschema.xml +++ b/data/org.ayatana.indicator.display.gschema.xml @@ -55,7 +55,7 @@ </choices> <default>'light'</default> <summary>Theme profile</summary> - <description>The current theme temperature profile being used by the indicator.</description> + <description>The current theme profile being used by the indicator.</description> </key> <key name="latitude" type="d"> <range min="-90.0" max="90.0"/> |