chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ee217
)
Same again, for native code message
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 4 Mar 2014 23:55:55 +0000
(23:55 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 4 Mar 2014 23:55:55 +0000
(23:55 +0000)
wp-fdroid/wp-fdroid.php
patch
|
blob
|
history
diff --git
a/wp-fdroid/wp-fdroid.php
b/wp-fdroid/wp-fdroid.php
index f03e75ba72c2d1f3b3e8f5ee03cecfd25e7a7e34..fa27ecf0bdebd4a640e27e21eef8687ea66131c9 100644
(file)
--- 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.="<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?