summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-12-03 14:19:20 +0100
committerPaul Kocialkowski <contact@paulk.fr>2015-12-03 14:19:20 +0100
commit07c978f2a63365b644c80e47754faec254697944 (patch)
tree416e342d6a1daf57c5d7acce2c090aff086d0e21
parentfa17c2f147429754f28dd38b9ca1256fafcfc035 (diff)
downloadreplicant_website-07c978f2a63365b644c80e47754faec254697944.zip
replicant_website-07c978f2a63365b644c80e47754faec254697944.tar.gz
replicant_website-07c978f2a63365b644c80e47754faec254697944.tar.bz2
header: Buttons titles shortening
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--include/header.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/header.php b/include/header.php
index d401e93..2a5f118 100644
--- a/include/header.php
+++ b/include/header.php
@@ -49,10 +49,10 @@
<p>Replicant is a fully free Android distribution running on several devices,<br /><small>a free software mobile operating system putting the emphasis on freedom and privacy/security</small></p>
<div class="btn-group" style="margin-top: 20px;">
- <a href="about.php" class="btn btn-primary" role="button"><span class="glyphicon glyphicon-book"></span> Learn more</a>
+ <a href="about.php" class="btn btn-primary" role="button"><span class="glyphicon glyphicon-book"></span> About</a>
<a href="about.php#faq" class="btn btn-default" role="button">FAQ</a>
<a href="supported-devices.php" class="btn btn-default" role="button">Supported devices</a>
- <a href="freedom-privacy-security-issues.php" class="btn btn-default" role="button">Freedom and privacy/security issues</a>
+ <a href="freedom-privacy-security-issues.php" class="btn btn-default" role="button">Freedom and privacy/security</a>
<a href="freedom-privacy-security-issues.php#recommendations" class="btn btn-default" role="button">Recommendations</a>
<a href="screenshots.php" class="btn btn-default" role="button"><span class="glyphicon glyphicon-picture"></span> Screenshots</a>
</div>