mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
standardize on "Application ID" in UI text
This commit is contained in:
parent
9c852d4e8d
commit
5e1377c77a
12 changed files with 54 additions and 29 deletions
|
@ -1656,7 +1656,7 @@ def parse_androidmanifests(paths, app):
|
|||
max_version = "Unknown"
|
||||
|
||||
if max_package:
|
||||
msg = _("Invalid package name {0}").format(max_package)
|
||||
msg = _("Invalid application ID {appid}").format(appid=max_package)
|
||||
if not is_valid_package_name(max_package):
|
||||
raise FDroidException(msg)
|
||||
elif not is_strict_application_id(max_package):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue