diff options
author | Vincent Untz <vuntz@gnome.org> | 2012-10-03 16:19:25 +0200 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2012-10-11 15:09:31 +0200 |
commit | 3e81448c7035d016a661b2c64aad18b7e4a315df (patch) | |
tree | a78dd1123e50561e75815d388c25ef054a866d0b /menu | |
parent | e6fb9e0fb36d45d175582ed18737c779c40db8a2 (diff) | |
download | xdg-specs-3e81448c7035d016a661b2c64aad18b7e4a315df.tar.xz |
menu: Change some related categories from "and" to "or"
Several categories were related to, say, "Education;Science" while what
we really want is really "Education or Science".
https://bugs.freedesktop.org/show_bug.cgi?id=35844
See http://lists.freedesktop.org/archives/xdg/2012-October/012526.html
Diffstat (limited to 'menu')
-rw-r--r-- | menu/menu-spec.xml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index 729de0e..358ec7b 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -1509,7 +1509,7 @@ </row><row> <entry>Dictionary</entry> <entry>A dictionary</entry> - <entry>Office;TextTools</entry> + <entry>Office or TextTools</entry> </row><row> <entry>Chart</entry> @@ -1519,7 +1519,7 @@ </row><row> <entry>Email</entry> <entry>Email application</entry> - <entry>Office;Network</entry> + <entry>Office or Network</entry> </row><row> <entry>Finance</entry> @@ -1539,7 +1539,7 @@ </row><row> <entry>ProjectManagement</entry> <entry>Project management application</entry> - <entry>Office;Development</entry> + <entry>Office or Development</entry> </row><row> <entry>Presentation</entry> @@ -1814,7 +1814,7 @@ </row><row> <entry>Music</entry> <entry>Musical software</entry> - <entry>AudioVideo;Education</entry> + <entry>AudioVideo or Education</entry> </row><row> <entry>Languages</entry> @@ -1829,32 +1829,32 @@ </row><row> <entry>ArtificialIntelligence</entry> <entry>Artificial Intelligence software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Astronomy</entry> <entry>Astronomy software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Biology</entry> <entry>Biology software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Chemistry</entry> <entry>Chemistry software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>ComputerScience</entry> <entry>ComputerSience software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>DataVisualization</entry> <entry>Data visualization software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Economy</entry> @@ -1864,7 +1864,7 @@ </row><row> <entry>Electricity</entry> <entry>Electricity software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Geography</entry> @@ -1874,12 +1874,12 @@ </row><row> <entry>Geology</entry> <entry>Geology software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Geoscience</entry> <entry>Geoscience software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>History</entry> @@ -1889,7 +1889,7 @@ </row><row> <entry>ImageProcessing</entry> <entry>Image Processing software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Literature</entry> @@ -1899,27 +1899,27 @@ </row><row> <entry>Math</entry> <entry>Math software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>NumericalAnalysis</entry> <entry>Numerical analysis software</entry> - <entry>Education;Science;Math</entry> + <entry>Education;Math or Science;Math</entry> </row><row> <entry>MedicalSoftware</entry> <entry>Medical software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Physics</entry> <entry>Physics software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Robotics</entry> <entry>Robotics software</entry> - <entry>Education;Science</entry> + <entry>Education or Science</entry> </row><row> <entry>Sports</entry> @@ -1929,7 +1929,7 @@ </row><row> <entry>ParallelComputing</entry> <entry>Parallel computing software</entry> - <entry>Education;Science;ComputerScience</entry> + <entry>Education;ComputerScience or Science;ComputerScience</entry> </row><row> <entry>Amusement</entry> |