Lint - the error should hint that the right word is Categories

This commit is contained in:
Licaon_Kter 2018-07-30 22:56:57 +00:00 committed by Michael Pöhn
parent bd1af5d07e
commit da0c541dec
2 changed files with 2 additions and 2 deletions

View file

@ -313,7 +313,7 @@ all_categories = set([
def check_categories(app): def check_categories(app):
for categ in app.Categories: for categ in app.Categories:
if categ not in all_categories: if categ not in all_categories:
yield _("Category '%s' is not valid" % categ) yield _("Categories '%s' is not valid" % categ)
def check_duplicates(app): def check_duplicates(app):

View file

@ -342,7 +342,7 @@ msgstr ""
#: ../fdroidserver/lint.py #: ../fdroidserver/lint.py
#, python-format #, python-format
msgid "Category '%s' is not valid" msgid "Categories '%s' is not valid"
msgstr "" msgstr ""
#: ../fdroid #: ../fdroid