mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Fix typos in missing source sentences
This commit is contained in:
parent
0985a6d4f4
commit
5ec975cb7c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue