diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-03-01 00:05:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 00:05:13 +0100 |
commit | b80bb03d273749a1768f1d6502aab7a990a7b90b (patch) | |
tree | 624df9bfb8c3740ae99bb84a26011136e606a61a /core | |
parent | d360ab2925114c1ebdb1ff79fba57c58f286f597 (diff) | |
parent | aa160355c3d2992e9455abe61145d59eb45f3e48 (diff) | |
download | AntennaPod-b80bb03d273749a1768f1d6502aab7a990a7b90b.zip |
Merge pull request #3886 from ByteHamster/export-logcat
Added 'Export logs' button to bug report page
Diffstat (limited to 'core')
-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 4a089e1d8..1be8029d7 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -490,6 +490,7 @@ <string name="visit_user_forum">Visit user forum</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> |