diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 07ea1bae9..c908d4e72 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -370,6 +370,7 @@ File %1$s contained %2$s.\n\n (No title) Back button saves task Show edit screen without unlock + Enables use of Quick Settings tile without unlocking device Default list Default tags Default recurrence diff --git a/app/src/main/res/xml/preferences_task_edit.xml b/app/src/main/res/xml/preferences_task_edit.xml index feb097d25..2e0e81f19 100644 --- a/app/src/main/res/xml/preferences_task_edit.xml +++ b/app/src/main/res/xml/preferences_task_edit.xml @@ -39,6 +39,7 @@ android:defaultValue="false" android:key="@string/p_show_edit_screen_without_unlock" android:title="@string/show_edit_screen_without_unlock" + android:summary="@string/show_edit_screen_without_unlock_summary" app:singleLineTitle="false" />