diff options
author | leela <52065244+leela52452@users.noreply.github.com> | 2019-08-28 08:53:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 08:53:08 +0000 |
commit | b41e8469834a71234f92a65d9a17c32caf86cfa2 (patch) | |
tree | f0f857573fd54228a4da0d648815b8ae56e1f838 /data | |
parent | d3282c01010d2272ef18cc811b41cb62452d95e3 (diff) | |
download | ayatana-indicator-session-b41e8469834a71234f92a65d9a17c32caf86cfa2.tar.gz ayatana-indicator-session-b41e8469834a71234f92a65d9a17c32caf86cfa2.tar.bz2 ayatana-indicator-session-b41e8469834a71234f92a65d9a17c32caf86cfa2.zip |
add trailing stop "Remove the... session menu"
text: Remove the shutdown 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 0a83afe..81d4d43 100644 --- a/data/org.ayatana.indicator.session.gschema.xml.in +++ b/data/org.ayatana.indicator.session.gschema.xml.in @@ -17,7 +17,7 @@ </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"> |