diff options
author | ByteHamster <info@bytehamster.com> | 2020-02-23 19:48:34 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-02-23 19:48:34 +0100 |
commit | aa160355c3d2992e9455abe61145d59eb45f3e48 (patch) | |
tree | 7bf73ea59b28e82d792cc71a21adb376291b0622 /core/src/main/res | |
parent | 930642cb36b262196ac4f56a1e8e9e582cd42ec8 (diff) | |
download | AntennaPod-aa160355c3d2992e9455abe61145d59eb45f3e48.zip |
Added 'Export logs' button to bug report page
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 8cb9f7b84..a97ce1339 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -489,6 +489,7 @@ <string name="view_mailing_list">View mailing list</string> <string name="bug_report_title">Report bug</string> <string name="open_bug_tracker">Open bug tracker</string> + <string name="export_logs">Export logs</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> |