diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-13 07:31:40 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-13 07:31:40 +0100 |
commit | a173cf66d1205c1d2dcb06d431004ff3dd6f0d2f (patch) | |
tree | ee57775a2ed954082e3006703c9efc46f5b81636 | |
parent | cb5f6aed3b0b1c125e5c489a139fd6ea5a80be70 (diff) | |
parent | ecdfded126a7ebb91dd7a4a4257bcd41a88471b8 (diff) | |
download | ayatana-indicator-bluetooth-a173cf66d1205c1d2dcb06d431004ff3dd6f0d2f.tar.gz ayatana-indicator-bluetooth-a173cf66d1205c1d2dcb06d431004ff3dd6f0d2f.tar.bz2 ayatana-indicator-bluetooth-a173cf66d1205c1d2dcb06d431004ff3dd6f0d2f.zip |
Merge branch 'comradekingu-patch-1'
Attributes GH PR #14: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/14
-rw-r--r-- | data/org.ayatana.indicator.bluetooth.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.ayatana.indicator.bluetooth.gschema.xml.in b/data/org.ayatana.indicator.bluetooth.gschema.xml.in index e1f5f8e..67eb604 100644 --- a/data/org.ayatana.indicator.bluetooth.gschema.xml.in +++ b/data/org.ayatana.indicator.bluetooth.gschema.xml.in @@ -2,8 +2,8 @@ <schema id="org.ayatana.indicator.bluetooth" path="/org/ayatana/indicator/bluetooth/"> <key name="visible" type="b"> <default>true</default> - <_summary>Whether or not to show the bluetooth indicator in the menu bar.</_summary> - <_description>Whether or not to show the bluetooth indicator in the menu bar.</_description> + <_summary>Bluetooth indicator in the menu bar.</_summary> + <_description>Whether or not to show the Bluetooth indicator in the menu bar.</_description> </key> </schema> </schemalist> |