diff --git a/fdroidserver/update.py b/fdroidserver/update.py index 8798f7c9..98eadfbe 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -1071,7 +1071,7 @@ def scan_apk(apk_file): raise BuildException(_("{appid} from {path} is not a valid Java Package Name!") .format(appid=apk['packageName'], path=apk_file)) elif not common.is_strict_application_id(apk['packageName']): - logging.warning(_("{appid} from {path} is not a valid Java Package Name!") + logging.warning(_("{appid} from {path} is not a valid Android Package Name!") .format(appid=apk['packageName'], path=apk_file)) # Get the signature, or rather the signing key fingerprints