CheckUpdates should be called checkupdates

"checkupdates" is an fdroid subcommand, e.g. `fdroid checkupdates`, and it
is always spelled all lower case.

sed -i 's,CheckUpdates,checkupdates,g' fdroidserver/*.py locale/*/LC_MESSAGES/fdroidserver.po
This commit is contained in:
Hans-Christoph Steiner 2024-04-10 15:37:15 +02:00
parent 6ab1fd9945
commit 1fa376a9dc
1 changed files with 1 additions and 1 deletions

View File

@ -1812,7 +1812,7 @@ msgstr "UpdateCheckData nu este un URL valid: {url}"
#. Translators: https://developer.android.com/studio/build/application-id
#: ../fdroidserver/lint.py
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
msgstr "UpdateCheckMode este setat, dar se pare că CheckUpdates nu a fost încă rulat."
msgstr "UpdateCheckMode este setat, dar se pare că checkupdates nu a fost încă rulat."
#: ../fdroidserver/lint.py
msgid "UpdateCheckName is set to the known application ID, it can be removed"