diff options
author | Matthew Paul Thomas <mpt@canonical.com> | 2010-10-14 18:25:23 +0200 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2010-10-14 18:25:23 +0200 |
commit | 9783c9d3a393480dc0856507aa0e643cdb1bb7d8 (patch) | |
tree | a4e343460f68f528e6225db4869ed060edaf183e | |
parent | 9236acb698ce56394c8f76621d090e7c65cea9cd (diff) |
menu: Clarify definitions of various categories
-rw-r--r-- | menu/menu-spec.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index f3a453b..67365d7 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -8,7 +8,7 @@ <articleinfo> <title>Desktop Menu Specification</title> <releaseinfo>Version &version;</releaseinfo> - <date>10 January 2009</date> + <date>23 June 2010</date> <authorgroup> <author> <firstname>Waldo</firstname> @@ -1348,7 +1348,7 @@ <tbody> <row> <entry>AudioVideo</entry> - <entry>A multimedia (audio/video) application</entry> + <entry>Application for presenting, creating, or processing multimedia (audio/video)</entry> </row><row> <entry>Audio</entry> <entry>An audio application</entry> @@ -1368,7 +1368,7 @@ <entry>A game</entry> </row><row> <entry>Graphics</entry> - <entry>Graphical application</entry> + <entry>Application for viewing, creating, or processing graphics</entry> </row><row> <entry>Network</entry> <entry>Network application such as a web browser</entry> @@ -1517,17 +1517,17 @@ </row><row> <entry>VectorGraphics</entry> - <entry>Vector based graphical application</entry> + <entry>Application for viewing, creating, or processing vector graphics</entry> <entry>Graphics;2DGraphics</entry> </row><row> <entry>RasterGraphics</entry> - <entry>Raster based graphical application</entry> + <entry>Application for viewing, creating, or processing raster (bitmap) graphics</entry> <entry>Graphics;2DGraphics</entry> </row><row> <entry>3DGraphics</entry> - <entry>3D based graphical application</entry> + <entry>Application for viewing, creating, or processing 3-D graphics</entry> <entry>Graphics</entry> </row><row> |