diff options
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> |