diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:47:59 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:47:59 +0000 |
commit | d7db0482a3f85d6b06e23f57ad7e0162976adb76 (patch) | |
tree | e7bc11c72e8ec884a479b7ca98b19a2cf0d8b874 /desktop-entry | |
parent | 47f5606dc7ae797b74567666b0734b7ee25c7d87 (diff) | |
download | xdg-specs-d7db0482a3f85d6b06e23f57ad7e0162976adb76.tar.xz |
improve the description of the Comment key.
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: improve the description of the Comment key.
http://lists.freedesktop.org/archives/xdg/2007-March/009440.html
Diffstat (limited to 'desktop-entry')
-rw-r--r-- | desktop-entry/ChangeLog | 5 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index 2dd9562..3295e61 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,5 +1,10 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: improve the description of the Comment key. + http://lists.freedesktop.org/archives/xdg/2007-March/009440.html + +2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: a desktop file of type Application should always have an Exec key. Same for Link Type and URL key. http://lists.freedesktop.org/archives/xdg/2007-March/009437.html diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index db4acc0..f79016d 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -415,9 +415,9 @@ <row> <entry id="key-comment"><varname>Comment</varname></entry> <entry> - Tooltip for the entry, for example "View sites on the - Internet", should not be redundant with <varname>Name</varname> or - <varname>GenericName</varname>. + Tooltip for the entry, for example "View sites on the + Internet". The value should not be redundant with the values of + <varname>Name</varname> and <varname>GenericName</varname>. </entry> <entry>localestring</entry> <entry>NO</entry> |