From 705edee6600d5d437cea5ab89fa008c748d4af11 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Feb 2026 08:32:34 -0500 Subject: fix redudant title text, make 'here' links more descriptive --- src/web/lang/common.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/web/lang/common.php') 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'; -- cgit v1.2.3-freya