diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml b/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml index b4a6b1fa..db9e1e4e 100644 --- a/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml +++ b/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml @@ -8,7 +8,7 @@ <SwitchPreference app:defaultValue="false" app:key="enable_fold_support" - app:title="Enable folding phone support" /> + app:title="@string/settings_enable_fold_support" /> <PreferenceCategory app:title="@string/post_layout_card" /> diff --git a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml index fc973f4d..5785b189 100644 --- a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml +++ b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml @@ -10,7 +10,7 @@ <SwitchPreference app:defaultValue="false" app:key="enable_fold_support" - app:title="Enable folding phone support" /> + app:title="@string/settings_enable_fold_support" /> <PreferenceCategory android:title="@string/post_layout_card" /> |