chiark / gitweb /
Change can't update category name - closes #80
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 17 Feb 2016 14:37:46 +0000 (14:37 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 17 Feb 2016 14:38:44 +0000 (14:38 +0000)
fdroidserver/update.py

index 7c5f8e286f0867ea2cf83d8fe2d3ac652303928d..aa9a9a3b12cf340366757c8d9ee528edaec84801 100644 (file)
@@ -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":