aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 747338435..0244da459 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -307,11 +307,11 @@
android:key="crashreport"
android:summary="@string/pref_send_crash_summary"
android:title="@string/pref_send_crash" />
- <PreferenceCategory android:title="@string/pref_export_logs">
+ <PreferenceCategory android:title="@string/pref_create_backup">
<Preference
- android:key="export_logs"
- android:summary="@string/pref_export_logs_summary"
- android:title="@string/pref_export_logs" />
+ android:key="create_backup"
+ android:summary="@string/pref_create_backup_summary"
+ android:title="@string/pref_create_backup" />
<CheckBoxPreference
android:defaultValue="@bool/plain_text_logs"
android:key="export_plain_text_logs"