mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Merge branch 'patch-1' into 'master'
Lint - the error should hint that the right word is `Categories` See merge request fdroid/fdroidserver!543
This commit is contained in:
commit
545872f184
2 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue