diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/post_details_preferences.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/post_details_preferences.xml b/app/src/main/res/xml/post_details_preferences.xml index a082c1ee..e549cb42 100644 --- a/app/src/main/res/xml/post_details_preferences.xml +++ b/app/src/main/res/xml/post_details_preferences.xml @@ -5,7 +5,8 @@ <SwitchPreference app:defaultValue="true" app:key="separate_post_and_comments_in_landscape_mode" - app:title="@string/settings_separate_post_and_comments_in_landscape_mode" /> + app:title="@string/settings_separate_post_and_comments_in_landscape_mode_title" + app:summary="@string/settings_separate_post_and_comments_summary" /> <SwitchPreference app:defaultValue="false" |