mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-07 00:20:08 +02:00
Make truncate toot preference use correct translation.
This commit is contained in:
parent
be6d9dfb27
commit
a5ef7a8894
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
android:defaultValue="0"
|
android:defaultValue="0"
|
||||||
android:max="20"
|
android:max="20"
|
||||||
app:key="@string/SET_TRUNCATE_TOOTS_SIZE"
|
app:key="@string/SET_TRUNCATE_TOOTS_SIZE"
|
||||||
app:title="@string/set_toots_page" />
|
app:title="@string/truncate_long_toots" />
|
||||||
<androidx.preference.SwitchPreference
|
<androidx.preference.SwitchPreference
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
|
|
Loading…
Reference in a new issue