aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.common.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-11 15:03:06 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-11 15:03:06 +0200
commit2a5d64716b82e026a5020c39014bf85d687034ea (patch)
tree0a54e79cf1edb85dff20077e1a0df1730985e382 /data/org.ayatana.common.gschema.xml
parentae716f52fb93497522b575ebe02a058d3b0b24e1 (diff)
downloadlibayatana-common-2a5d64716b82e026a5020c39014bf85d687034ea.tar.gz
libayatana-common-2a5d64716b82e026a5020c39014bf85d687034ea.tar.bz2
libayatana-common-2a5d64716b82e026a5020c39014bf85d687034ea.zip
Simplify .gschema.xml translation.
Diffstat (limited to 'data/org.ayatana.common.gschema.xml')
-rw-r--r--data/org.ayatana.common.gschema.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.ayatana.common.gschema.xml b/data/org.ayatana.common.gschema.xml
new file mode 100644
index 0000000..bf75ffa
--- /dev/null
+++ b/data/org.ayatana.common.gschema.xml
@@ -0,0 +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="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. Set to 0 to leave unchanged.</description>
+ </key>
+ </schema>
+</schemalist>