diff options
author | ByteHamster <info@bytehamster.com> | 2019-09-20 23:21:27 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-09-20 23:29:48 +0200 |
commit | b931828736a16b59ae6bc7ee381da9b0f9281887 (patch) | |
tree | efc7b97052c6b94514bc2cbeedb6bc8712023299 /core/src | |
parent | 9609eb69778a2614011961bf8008d90e95c0981b (diff) | |
download | AntennaPod-b931828736a16b59ae6bc7ee381da9b0f9281887.zip |
Renamed crash report to bug report
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 44420645f..4facb89d9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -448,8 +448,7 @@ <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">View details about last crash</string> + <string name="bug_report_title">Report bug</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> |