Change hardcoded preferences strings to translatable messages (#6443)

This commit is contained in:
Amir E. Aharoni 2025-10-03 21:43:54 -04:00 committed by GitHub
parent e9a1af0f52
commit 71ad6a2ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -55,8 +55,8 @@
android:defaultValue="false"
android:key="displayDeletionButton"
app:singleLineTitle="false"
android:summary="Enable the "Delete folder" button in the custom picker"
android:title="Show Deletion Button" />
android:summary="@string/show_deletion_button_explanation"
android:title="@string/show_deletion_button" />
</PreferenceCategory>