diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-09-20 23:10:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 23:10:31 +0200 |
commit | de4f782e5425dfd02e24da4810ae96128283726e (patch) | |
tree | d3bf75f87f1ad1a5bd37d336028b73abdb1f84a4 /core/src/main | |
parent | 19fc4c1f0d2af84ba3f663b369d5e8eb7f8ef80e (diff) | |
parent | 5f01e5045a9bf628f5c8d50b08936d8fe88a6b26 (diff) | |
download | AntennaPod-de4f782e5425dfd02e24da4810ae96128283726e.zip |
Merge pull request #3414 from ByteHamster/bug-report-screen
Added screen that shows crash info
Diffstat (limited to 'core/src/main')
-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 b9793151c..bf805a19e 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -449,8 +449,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> |