diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index a9a6bb47..9fa074e0 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -452,7 +452,7 @@ class FDroid $hasabis = isset($apk['nativecode']); if($hasabis) { $abis = str_replace(',', ' ', $apk['nativecode']); - $out.="

This version uses native code and will only run on: ".$abis."

"; + $out.="

This version uses native code and is built for: ".$abis."

"; } // Is this source or binary?