Browse Source

add description to a var that seems to be unused

Noemi Vanyi 9 years ago
parent
commit
adb1169fa3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/webapp.py

+ 1 - 0
searx/webapp.py

@@ -110,6 +110,7 @@ for indice, theme in enumerate(themes):
     for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
         global_favicons[indice].extend(filenames)
 
+# used when translating category names
 _category_names = (gettext('files'),
                    gettext('general'),
                    gettext('music'),