diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-24 08:32:34 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-24 08:35:41 -0500 |
| commit | 705edee6600d5d437cea5ab89fa008c748d4af11 (patch) | |
| tree | 23f83695a22bd033d74da562fed7434b8a8bb292 /src/web/lang | |
| parent | update rss header (diff) | |
| download | website-705edee6600d5d437cea5ab89fa008c748d4af11.tar.gz website-705edee6600d5d437cea5ab89fa008c748d4af11.tar.bz2 website-705edee6600d5d437cea5ab89fa008c748d4af11.zip | |
fix redudant title text, make 'here' links more descriptive
Diffstat (limited to '')
| -rw-r--r-- | src/web/lang/common.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/web/lang/common.php b/src/web/lang/common.php index aef1ede..4116465 100644 --- a/src/web/lang/common.php +++ b/src/web/lang/common.php @@ -22,10 +22,15 @@ $lang['action_blog_tip'] = 'View my blog'; $lang['alt_button_eyes'] = 'Best viewed with eyes'; $lang['alt_button_vim'] = 'Edited with VIM'; $lang['alt_button_gnu_linux'] = 'Made with GNU/Linux'; -$lang['alt_button_eff'] = 'Support the Electronic Frontier Foundation!'; +$lang['alt_button_eff'] = 'Electronic Frontier Foundation logo'; $lang['alt_button_apiopage'] = 'Memetic apiopage'; $lang['alt_website_logo'] = 'Website Logo'; +# common title text +$lang['title_button_eff'] = 'Support the Electronic Frontier Foundation!'; +$lang['title_button_apiopage'] = 'Click for more memetic apiopage\'s'; +$lang['title_website_logo'] = 'Freya'; + # misc $lang['john_title'] = 'Johnvertisement'; $lang['bucket_title'] = 'Bucket Webring'; |