diff options
author | Vincent Untz <vuntz@gnome.org> | 2008-09-12 01:01:45 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2008-09-12 01:01:45 +0000 |
commit | e6cd790eca030c1f9fa9a287a501d04fc18adda0 (patch) | |
tree | 3fb08d3dce374b056d9dfa470c435d8b55598e5c /desktop-entry/desktop-entry-spec.xml | |
parent | 138b16c8d160e18e13739734dc7e585b89f5654f (diff) | |
download | xdg-specs-e6cd790eca030c1f9fa9a287a501d04fc18adda0.tar.xz |
reword sentence about characters allowed in key names to avoid some
2008-09-12 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: reword sentence about characters allowed in
key names to avoid some ambiguity.
Patch by Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'desktop-entry/desktop-entry-spec.xml')
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 6ce9a23..34bc154 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -143,8 +143,8 @@ <literal>=</literal> sign is the actual delimiter. </para> <para> - Key names must contain only the characters - <literal>A-Za-z0-9-</literal>. + Only the characters <literal>A-Za-z0-9-</literal> may be used in + key names. </para> <para> As the case is significant, the keys <varname>Name</varname> and |