diff options
-rw-r--r-- | desktop-entry/ChangeLog | 4 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index 9dea91c..a85c658 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,5 +1,9 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: UnmountIcon is a localestring key. + +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. diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 2f8cd12..300bec1 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -937,9 +937,8 @@ X-KDE-ServiceType=FooService</programlisting> <entry id="key-unmounticon"><varname>UnmountIcon</varname></entry> <entry> Icon to display when device is not mounted. Mounted devices display icon from the <varname>Icon</varname> key. - <varname>UnmountIcon</varname>s may be localized with the <literal>UnmountIcon[xx]=</literal> syntax. </entry> - <entry>string</entry> + <entry>localestring</entry> </row> </tbody> </tgroup> |