From a5ef7a8894c3a4d5d5f1027607a9694b0b366023 Mon Sep 17 00:00:00 2001 From: trem Date: Sun, 8 May 2022 17:36:40 +0200 Subject: [PATCH] Make truncate toot preference use correct translation. --- app/src/main/res/xml/pref_timelines.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/xml/pref_timelines.xml b/app/src/main/res/xml/pref_timelines.xml index f569a8e2..9ca436f9 100644 --- a/app/src/main/res/xml/pref_timelines.xml +++ b/app/src/main/res/xml/pref_timelines.xml @@ -33,7 +33,7 @@ android:defaultValue="0" android:max="20" app:key="@string/SET_TRUNCATE_TOOTS_SIZE" - app:title="@string/set_toots_page" /> + app:title="@string/truncate_long_toots" />