From 354d82eba581aeefa4cb61957df348f36b9b77cd Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 31 May 2013 08:59:24 +0200 Subject: [PATCH] add bitcoin address (fix #101) --- src/main/resources/i18n/en.properties | 1 + src/main/webapp/templates/feeds.help.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/i18n/en.properties b/src/main/resources/i18n/en.properties index fa8af3df..73f0233c 100644 --- a/src/main/resources/i18n/en.properties +++ b/src/main/resources/i18n/en.properties @@ -93,6 +93,7 @@ about.line1_suffix=. about.line2_prefix=If you encounter an issue, please report it on the issues page of the about.line2_suffix=\ project. about.line3=If you like this project, please consider a donation to support the developer and help cover the costs of keeping this website online. +about.line4=For those of you who prefer bitcoin, here is the address about.goodies=Goodies about.goodies.subscribe_url=Subscribe URL about.goodies.chrome_extension=Chrome extension diff --git a/src/main/webapp/templates/feeds.help.html b/src/main/webapp/templates/feeds.help.html index c67affe8..652a48e8 100644 --- a/src/main/webapp/templates/feeds.help.html +++ b/src/main/webapp/templates/feeds.help.html @@ -25,7 +25,8 @@ - + ${about.line4} + 1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e

${about.goodies}