From 2a7e0f4abedb505e24162362b7b66004e8c5db8d Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Tue, 4 Mar 2014 23:55:55 +0000 Subject: [PATCH] Same again, for native code message --- wp-fdroid/wp-fdroid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index f03e75ba..fa27ecf0 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -380,7 +380,7 @@ class FDroid $hasabis = isset($apk['nativecode']); if($hasabis) { $abis = str_replace(',', ' ', $apk['nativecode']); - $out.="

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

"; + $out.="

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

"; } // Is this source or binary? -- 2.30.2