chiark / gitweb /
Same again, for native code message
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 4 Mar 2014 23:55:55 +0000 (23:55 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 4 Mar 2014 23:55:55 +0000 (23:55 +0000)
wp-fdroid/wp-fdroid.php

index f03e75ba72c2d1f3b3e8f5ee03cecfd25e7a7e34..fa27ecf0bdebd4a640e27e21eef8687ea66131c9 100644 (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?