[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r940 - trunk/checks



Author: rra
Date: 2007-08-01 12:29:50 +0200 (Wed, 01 Aug 2007)
New Revision: 940

Modified:
   trunk/checks/menu-format
Log:
Fix a few comments to reflect the actual code.


Modified: trunk/checks/menu-format
===================================================================
--- trunk/checks/menu-format	2007-08-01 10:26:22 UTC (rev 939)
+++ trunk/checks/menu-format	2007-08-01 10:29:50 UTC (rev 940)
@@ -185,7 +185,7 @@
 # Authorative source of desktop categories:
 # http://standards.freedesktop.org/menu-spec/1.0/apa.html
 
-# This is a list of all main categories for .desktop files.
+# This is a list of all Main Categories for .desktop files.
 my %main_categories = map { $_ => 1 }
     qw(
        AudioVideo
@@ -202,9 +202,9 @@
        Utility
       );
 
-# This is a list of all categories, main and additional, for .desktop files.
-# Ideally we should be checking the associated main categories as well, but we
-# don't have support for that yet.
+# This is a list of all Additional Categories for .desktop files.  Ideally we
+# should be checking to be sure the associated Main Categories are present,
+# but we don't have support for that yet.
 my %categories = map { $_ => 1 }
     qw(
        Building



Reply to: