1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Same again, for native code message

This commit is contained in:
Ciaran Gultnieks 2014-03-04 23:55:55 +00:00
parent 50ee21727a
commit 2a7e0f4abe

View File

@ -380,7 +380,7 @@ class FDroid
$hasabis = isset($apk['nativecode']);
if($hasabis) {
$abis = str_replace(',', ' ', $apk['nativecode']);
$out.="<p>This app uses native code and will only run on: ".$abis."</p>";
$out.="<p>This version uses native code and will only run on: ".$abis."</p>";
}
// Is this source or binary?