aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-24 22:04:12 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-24 22:04:12 +0200
commite1af9b35079a2ea771026f51ba1635824871d76d (patch)
tree24a13ed37c58f0dcce419fe08696a0b73e0360b9 /data
parent1e475a33477dd9ad1572cfe1bae86a36e4f4438d (diff)
parentfb0975eb96f76ddfe6da372f3a43829064f612db (diff)
downloadlibayatana-common-e1af9b35079a2ea771026f51ba1635824871d76d.tar.gz
libayatana-common-e1af9b35079a2ea771026f51ba1635824871d76d.tar.bz2
libayatana-common-e1af9b35079a2ea771026f51ba1635824871d76d.zip
Merge branch 'tari01-pr/fix-spelling'
Attributes GH PR #31: https://github.com/AyatanaIndicators/libayatana-common/pull/31
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.common.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.ayatana.common.gschema.xml.in b/data/org.ayatana.common.gschema.xml.in
index 30c5e03..d8da3cd 100644
--- a/data/org.ayatana.common.gschema.xml.in
+++ b/data/org.ayatana.common.gschema.xml.in
@@ -1,10 +1,10 @@
<schemalist>
<schema gettext-domain="ayatana-common" id="org.ayatana.common" path="/org/ayatana/common/">
<key name="max-menu-text-length" type="u">
- <range min="1" max="100"/>
+ <range min="0" max="100"/>
<default>50</default>
<_summary>Maximum menu text length</_summary>
- <_description>The number of characters to show in dynamic menu items before the text is ellipsized.</_description>
+ <_description>The number of characters to show in dynamic menu items before the text is ellipsized. Set to 0 to leave unchanged.</_description>
</key>
</schema>
</schemalist>