diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 13:14:14 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 13:14:14 (EDT) |
commit | eae9c41b6129756d963d4798029a3dfbb29dd6ca (patch) | |
tree | f791a4eabc7f4dc62ff130b87b71ec55f1c9ba52 /site | |
parent | 05db89eacdf46b0c4cd6bf91619bf16c5cd2586b (diff) | |
download | libreboot.org-eae9c41b6129756d963d4798029a3dfbb29dd6ca.zip libreboot.org-eae9c41b6129756d963d4798029a3dfbb29dd6ca.tar.gz libreboot.org-eae9c41b6129756d963d4798029a3dfbb29dd6ca.tar.bz2 |
home page: rename Stable releases to Release archives
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 d7280d9..1817543 100644 --- a/site/index.php +++ b/site/index.php @@ -47,7 +47,7 @@ <div> <h1><?php echo gettext("Downloads"); ?></h1> <ul> - <li><a href="download/#archives"><?php echo gettext("Stable releases"); ?></a></li> + <li><a href="download/#archives"><?php echo gettext("Release archives"); ?></a></li> <li><a href="download/#gpg"><?php echo gettext("GPG"); ?></a></li> <li><a href="download/#mirror">Rsync</a></li> <li><a href="download/#git">Git</a></li> |