mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Fix typos in missing source sentences
This commit is contained in:
parent
0985a6d4f4
commit
5ec975cb7c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user