diff options
author | ByteHamster <info@bytehamster.com> | 2019-09-11 23:29:58 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-09-11 23:43:05 +0200 |
commit | 5f01e5045a9bf628f5c8d50b08936d8fe88a6b26 (patch) | |
tree | 0a1441fa13cd80b358fe898dfc02dbb48813041a /core/src | |
parent | ada0101b0754cf4b34a1719f90f0b20571dab8db (diff) | |
download | AntennaPod-5f01e5045a9bf628f5c8d50b08936d8fe88a6b26.zip |
Added screen that shows crash info
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c9c6506a9..7cdcbea85 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -476,8 +476,10 @@ <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="crash_report_sum">View details about last crash</string> + <string name="open_bug_tracker">Open bug tracker</string> + <string name="copy_to_clipboard">Copy to clipboard</string> + <string name="copied_to_clipboard">Copied to clipboard</string> <string name="experimental_pref">Experimental</string> <string name="pref_media_player_message">Select which media player to use to play files</string> <string name="pref_current_value">Current value: %1$s</string> |