diff options
-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> |