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 View File

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