1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Fix typos in missing source sentences

This commit is contained in:
Daniel Martí 2013-05-26 11:54:53 +02:00
parent 0985a6d4f4
commit 5ec975cb7c

View File

@ -103,7 +103,7 @@ def update_wiki(apps, apks, verbose=False):
wikidata += "We have the current version of this app."
wikidata += " (Check mode: " + app['Update Check Mode'] + ")\n\n"
if len(app['No Source Since']) > 0:
wikidata += "This application has been partially or entirely been missing source code since version " + app['No Source Since'] + "\n\n"
wikidata += "This application has partially or entirely been missing source code since version " + app['No Source Since'] + ".\n\n"
if len(app['Current Version']) > 0:
wikidata += "The current (recommended) version is " + app['Current Version']
wikidata += " (version code " + app['Current Version Code'] + ").\n\n"