From: Ciaran Gultnieks Date: Wed, 17 Feb 2016 14:37:46 +0000 (+0000) Subject: Change can't update category name - closes #80 X-Git-Tag: 0.6.0~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=fdroidserver.git;a=commitdiff_plain;h=8135760554ecdd6c91db451bccf02d42af59055f Change can't update category name - closes #80 --- diff --git a/fdroidserver/update.py b/fdroidserver/update.py index 7c5f8e28..aa9a9a3b 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -208,7 +208,7 @@ def update_wiki(apps, sortedids, apks): if validapks == 0 and not app.Disabled: wikidata += '\n[[Category:Apps with no packages]]\n' if cantupdate and not app.Disabled: - wikidata += "\n[[Category:Apps we can't update]]\n" + wikidata += "\n[[Category:Apps we cannot update]]\n" if buildfails and not app.Disabled: wikidata += "\n[[Category:Apps with failing builds]]\n" elif not gotcurrentver and not cantupdate and not app.Disabled and app.UpdateCheckMode != "Static":