diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:33:00 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:33:00 (EDT) |
commit | 201983aa99055b50a2190f2210b2176f96caabb6 (patch) | |
tree | 235afc9060a027934596560ecc8ffec6425155e0 /site/index.php | |
parent | a9894c7fca161e1ec31d529aeeb4592ec482a39b (diff) | |
download | libreboot.org-201983aa99055b50a2190f2210b2176f96caabb6.zip libreboot.org-201983aa99055b50a2190f2210b2176f96caabb6.tar.gz libreboot.org-201983aa99055b50a2190f2210b2176f96caabb6.tar.bz2 |
logo-small.png renamed to logo.png
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php index 602ab57..72ab92d 100644 --- a/site/index.php +++ b/site/index.php @@ -34,7 +34,7 @@ <div> <p> - <img src="logo/logo-small.png" alt="" /> + <img src="logo/logo.png" alt="" /> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> @@ -44,7 +44,7 @@ </p> <ul> <li><a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a></li> - <li><a href="download/#git"><?php echo gettext("How to send patches"); ?></a></li> + <li><a href="download/#git"><?php echo gettext("Sending patches"); ?></a></li> <li><a href="docs/tasks.html"><?php echo gettext("Tasks"); ?></a></li> <li><a href="download/#mirror"><?php echo gettext("Mirroring libreboot"); ?></a></li> </ul> |