diff options
author | leela <52065244+leela52452@users.noreply.github.com> | 2019-08-28 08:55:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 08:55:42 +0000 |
commit | a6ece3fb549cb6fee605df2012b8addae807b25c (patch) | |
tree | 80219fd838aac5615a867708e6f01cfc66a5a223 /data | |
parent | b41e8469834a71234f92a65d9a17c32caf86cfa2 (diff) | |
download | ayatana-indicator-session-a6ece3fb549cb6fee605df2012b8addae807b25c.tar.gz ayatana-indicator-session-a6ece3fb549cb6fee605df2012b8addae807b25c.tar.bz2 ayatana-indicator-session-a6ece3fb549cb6fee605df2012b8addae807b25c.zip |
add trailing stop "Remove the... session menu"
text: Remove the Restart item from the session menu
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ayatana.indicator.session.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.ayatana.indicator.session.gschema.xml.in b/data/org.ayatana.indicator.session.gschema.xml.in index 81d4d43..9e099fb 100644 --- a/data/org.ayatana.indicator.session.gschema.xml.in +++ b/data/org.ayatana.indicator.session.gschema.xml.in @@ -12,7 +12,7 @@ </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"> |