summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-08-30 09:17:24 +0200
committerByteHamster <info@bytehamster.com>2020-09-20 08:35:20 +0200
commitd38c7a442aa9e1b6d69146f2647dba24f56dacf4 (patch)
tree410a02039d6e7eb29785894c5b8640bf06675af0 /core/src
parent06315821d52d6b66d4c3c0adeac16ee627bfe782 (diff)
downloadAntennaPod-d38c7a442aa9e1b6d69146f2647dba24f56dacf4.zip
Added 'special thanks' screen
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 93a21ef13..b08d97e61 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -530,10 +530,11 @@
<!-- About screen -->
<string name="about_pref">About</string>
<string name="antennapod_version">AntennaPod version</string>
+ <string name="contributors">Contributors</string>
+ <string name="contributors_summary">Everyone can help to make AntennaPod better - with code, translations or by helping users in our forum</string>
<string name="developers">Developers</string>
- <string name="developers_summary">Everyone can help to make AntennaPod better</string>
<string name="translators">Translators</string>
- <string name="translators_summary">Translations are created by users of AntennaPod using Transifex</string>
+ <string name="special_thanks">Special thanks</string>
<string name="privacy_policy">Privacy policy</string>
<string name="licenses">Licenses</string>
<string name="licenses_summary">AntennaPod uses other great software</string>