summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
-rw-r--r--res/xml/preferences.xml6
2 files changed, 8 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5d83dc80d..739c651fc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -61,7 +61,7 @@
<string name="position_default_label">00:00:00</string>
<string name="queue_label">Queue</string>
<string name="visit_website_label">Visit Website</string>
- <string name="support_label">Support</string>
+ <string name="support_label">Flattr this</string>
<string name="download_error_parser_exception">Parser Exception</string>
<string name="download_error_unsupported_type">Unsupported Feed type</string>
<string name="error_label">Error</string>
@@ -114,5 +114,7 @@
<string name="action_forbidden_title">Action forbidden</string>
<string name="action_forbidden_msg">Antennapod has no permission for this action. The reason for this could be that the access token of Antennapod to your account has been revoked. You can either re-reauthenticate or visit the website of the thing instead.</string>
<string name="flattr_click_success">Successfully flattred this thing!</string>
+ <string name="pref_flattr_this_app_title">Flattr this app</string>
+ <string name="pref_flattr_this_app_sum">Support the development of Antennacast by flattring it. Thanks!</string>
</resources> \ No newline at end of file
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 00a8b5f64..2521d3c83 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -35,8 +35,12 @@
<PreferenceScreen
android:summary="@string/pref_flattr_auth_sum"
android:title="@string/pref_flattr_auth_title" >
- <intent android:action=".activities.FlattrAuthActivity"/>
+ <intent android:action=".activities.FlattrAuthActivity" />
</PreferenceScreen>
+ <Preference
+ android:summary="@string/pref_flattr_this_app_sum"
+ android:title="@string/pref_flattr_this_app_title" android:key="prefFlattrThisApp">
+ </Preference>
</PreferenceCategory>
<PreferenceCategory android:title="@string/other_pref" >
<Preference android:title="@string/version_pref" />