diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:30:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:30:28 -0400 |
commit | 941e525f8e865713f4011108f17309d2474f7054 (patch) | |
tree | 5cc2e03223a7ea1210d42af1f4abd17772124edb /src/web/lang | |
parent | fix sitemap, drop old tables (diff) | |
download | website-941e525f8e865713f4011108f17309d2474f7054.tar.gz website-941e525f8e865713f4011108f17309d2474f7054.tar.bz2 website-941e525f8e865713f4011108f17309d2474f7054.zip |
add eff button
Diffstat (limited to 'src/web/lang')
-rw-r--r-- | src/web/lang/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/lang/common.php b/src/web/lang/common.php index 442e4c1..8101138 100644 --- a/src/web/lang/common.php +++ b/src/web/lang/common.php @@ -28,6 +28,7 @@ $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_apiopage'] = 'Memetic apiopage'; $lang['alt_website_logo'] = 'Website Logo'; |