diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:37:36 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:37:36 +0000 |
commit | b73913bba44765362d518a6ae8c89afb537ee4da (patch) | |
tree | d6d73e57677dc7abbdfdb4a600fb5963089a1b36 /desktop-entry/desktop-entry-spec.xml | |
parent | e1775a202af19adf9c73e6954293e2e95f8f13a0 (diff) | |
download | xdg-specs-b73913bba44765362d518a6ae8c89afb537ee4da.tar.xz |
clarify that lists should always end with a semicolon, even if there's
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: clarify that lists should always end with a
semicolon, even if there's only one value.
Diffstat (limited to 'desktop-entry/desktop-entry-spec.xml')
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 4f59023..2f8cd12 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -200,10 +200,9 @@ <para> Some keys can have multiple values. In such a case, the value of the key is specified as a plural: for example, <literal>string(s)</literal>. The - multiple values should be separated by a semicolon. Those keys which - have several values should have a semicolon as the trailing character. - Semicolons in these values need to be escaped using - <literal>\;</literal>. + multiple values should be separated by a semicolon, and the value of the + key should have a semicolon as trailing character. Semicolons in these + values need to be escaped using <literal>\;</literal>. </para> </sect1> <sect1 id="localized-keys"> |