diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2015-11-27 15:05:49 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2015-11-27 15:05:49 +0100 |
commit | 40a708fd0ef71342ccc7cd24553f5cfe57b126d4 (patch) | |
tree | 10a2c45d1902335de0a9aa0d04c039473857345f /core/src/main/res | |
parent | 67ef3febea9cf1748dc206d8298e5f10f321f91c (diff) | |
download | AntennaPod-40a708fd0ef71342ccc7cd24553f5cfe57b126d4.zip |
Log crash reports, users can send them via email
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 6cbc5579d..d9c165694 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -364,6 +364,9 @@ <string name="pref_smart_mark_as_played_disabled">Disabled</string> <string name="pref_image_cache_size_title">Image Cache Size</string> <string name="pref_image_cache_size_sum">Size of the disk cache for images.</string> + <string name="crash_report_title">Crash Report</string> + <string name="crash_report_sum">Send the latest crash report via e-mail</string> + <string name="send_email">Send e-mail</string> <string name="experimental_pref">Experimental</string> <string name="pref_sonic_title">Sonic media player</string> <string name="pref_sonic_message">Use built-in sonic media player as a replacement for Prestissimo</string> |