mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
Change hardcoded preferences strings to translatable messages (#6443)
This commit is contained in:
parent
e9a1af0f52
commit
71ad6a2ce5
2 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue