summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-03-12 04:23:53 +0000
committerChad Kieffer <chad@2tbsp.com>2009-03-12 04:23:53 +0000
commit5b5893b628182e46b4e363d8f0c1ad9e0258ca37 (patch)
treed43ea06247fb486e8a215031c53648b7233ef9a9 /themes
parent7ade7102583cf3bd18fc6995ef98cbf6753f8190 (diff)
Minor after install message edits, added updated Gallery logo alt description
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/header.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index 40261819..c70c8a4d 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -4,7 +4,7 @@
<?= $header_text ?>
<? else: ?>
<a href="<?= url::site("albums/1") ?>">
- <img id="gLogo" alt="<?= t("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
+ <img id="gLogo" alt="<?= t("Gallery: Your photos on your web site") ?>" src="<?= $theme->url("images/logo.png") ?>" />
</a>
<? endif ?>