diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 13:11:31 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 13:11:31 (EDT) |
commit | 05db89eacdf46b0c4cd6bf91619bf16c5cd2586b (patch) | |
tree | 5eb6601e03664f052174d152f7d84b6df63e7e36 /site | |
parent | 65d30b336967bd047ce82fca2a3786f14787f1c0 (diff) | |
download | libreboot.org-05db89eacdf46b0c4cd6bf91619bf16c5cd2586b.zip libreboot.org-05db89eacdf46b0c4cd6bf91619bf16c5cd2586b.tar.gz libreboot.org-05db89eacdf46b0c4cd6bf91619bf16c5cd2586b.tar.bz2 |
Update description on home page
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index eb21e7c..d7280d9 100644 --- a/site/index.php +++ b/site/index.php @@ -39,7 +39,7 @@ <h1><?php echo gettext("Libreboot project"); ?></h1> <p> <?php - echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement. Based on <a href=\"http://coreboot.org/\">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software."); + echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement. Based on <a href=\"http://coreboot.org/\">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software, and easy to use."); ?> <a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a> </p> </div> |