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 /app/src/main/res/xml | |
parent | 9609eb69778a2614011961bf8008d90e95c0981b (diff) | |
download | AntennaPod-b931828736a16b59ae6bc7ee381da9b0f9281887.zip |
Renamed crash report to bug report
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index dffa09b63..a774f2aef 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -45,9 +45,8 @@ android:title="@string/pref_faq" android:icon="?attr/ic_question_answer" /> <Preference - android:key="prefSendCrashReport" - android:title="@string/crash_report_title" - android:summary="@string/crash_report_sum" + android:key="prefSendBugReport" + android:title="@string/bug_report_title" android:icon="?attr/ic_bug" /> <Preference android:key="prefAbout" |