summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-09-20 23:21:27 +0200
committerByteHamster <info@bytehamster.com>2019-09-20 23:29:48 +0200
commitb931828736a16b59ae6bc7ee381da9b0f9281887 (patch)
treeefc7b97052c6b94514bc2cbeedb6bc8712023299 /app/src/main/res
parent9609eb69778a2614011961bf8008d90e95c0981b (diff)
downloadAntennaPod-b931828736a16b59ae6bc7ee381da9b0f9281887.zip
Renamed crash report to bug report
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/bug_report.xml (renamed from app/src/main/res/layout/crash_report.xml)0
-rw-r--r--app/src/main/res/xml/preferences.xml5
2 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/crash_report.xml b/app/src/main/res/layout/bug_report.xml
index e97e85265..e97e85265 100644
--- a/app/src/main/res/layout/crash_report.xml
+++ b/app/src/main/res/layout/bug_report.xml
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"