diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-28 11:05:47 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-28 11:05:47 +0200 |
commit | db6033ddd32d9e8e1eb40b9af9e4939c04d62f07 (patch) | |
tree | 37c96b3a72ef64af86d5c44507471a15aca1fb7d | |
parent | bbb6fff9b7915beb6c56d489133eeecfec0b1323 (diff) | |
parent | 8d39b020b48c9a4cc52e71e26feabd94d23e8983 (diff) | |
download | ayatana-indicator-session-db6033ddd32d9e8e1eb40b9af9e4939c04d62f07.tar.gz ayatana-indicator-session-db6033ddd32d9e8e1eb40b9af9e4939c04d62f07.tar.bz2 ayatana-indicator-session-db6033ddd32d9e8e1eb40b9af9e4939c04d62f07.zip |
Merge branch 'leela52452-master'
Attributes GH PR #4: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/4
-rw-r--r-- | data/org.ayatana.indicator.session.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.ayatana.indicator.session.gschema.xml.in b/data/org.ayatana.indicator.session.gschema.xml.in index 0a83afe..9e099fb 100644 --- a/data/org.ayatana.indicator.session.gschema.xml.in +++ b/data/org.ayatana.indicator.session.gschema.xml.in @@ -12,12 +12,12 @@ </key> <key name="suppress-restart-menuitem" type="b"> <default>false</default> - <_summary>Remove the Restart item from the session menu</_summary> + <_summary>Remove the Restart item from the session menu.</_summary> <_description>Makes it so that the restart button doesn’t show in the session menu.</_description> </key> <key name="suppress-shutdown-menuitem" type="b"> <default>false</default> - <_summary>Remove the shutdown item from the session menu</_summary> + <_summary>Remove the shutdown item from the session menu.</_summary> <_description>Makes it so that the shutdown button doesn’t show in the session menu.</_description> </key> <key type="b" name="show-real-name-on-panel"> |