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?