fix: APK signature description for unprotected entries only applies to v1 signatures

This commit is contained in:
Jan Peter Stotz
2021-11-24 14:00:59 +01:00
committed by skylot
parent 4c0da8c3d5
commit b22812b43a
2 changed files with 2 additions and 2 deletions
@@ -237,7 +237,7 @@ apkSignature.signatureFailed=Ungültige APK-Signatur v%d gefunden
apkSignature.errors=Fehler
apkSignature.warnings=Warnhinweise
apkSignature.exception=APK-Verifizierung fehlgeschlagen
apkSignature.unprotectedEntry=Dateien, die nicht durch eine Signatur geschützt sind. Unbefugte Änderungen an diesem JAR-Eintrag werden nicht erkannt.
apkSignature.unprotectedEntry=Dateien, die nicht durch eine APK-Signatur v1 geschützt sind. Unbefugte Änderungen an diesen Einträgen werden nur von einer APK-Signatur v2 oder neuer erkannt.
issues_panel.label=Probleme:
issues_panel.errors=%d Fehler
@@ -237,7 +237,7 @@ apkSignature.signatureFailed=Invalid APK signature v%d found
apkSignature.errors=Errors
apkSignature.warnings=Warnings
apkSignature.exception=APK verification failed
apkSignature.unprotectedEntry=Files that are not protected by signature. Unauthorized modifications to this JAR entry will not be detected.
apkSignature.unprotectedEntry=Files that are not protected by APK signature v1. Unauthorized modifications to these entries can only be detected by APK signature v2 and higher.
issues_panel.label=Issues:
issues_panel.errors=%d errors