diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5d468b7..b50b7af 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -334,9 +334,11 @@ s --> <string name="preferences_interface_homescreen_scrolling_show_outlines_summary">Show screen outlines when scrolling homescreens</string> <string name="preferences_interface_homescreen_indicator_category">Indicator</string> <string name="preferences_interface_homescreen_indicator_enable_title">Show page indicator</string> - <string name="preferences_interface_homescreen_indicator_enable_summary">Show current page indicator at the bottom of the screen</string> + <string name="preferences_interface_homescreen_indicator_enable_summary">Show current page indicator on the screen</string> <string name="preferences_interface_homescreen_indicator_fade_title">Fade indicator</string> - <string name="preferences_interface_homescreen_indicator_fade_summary">Fade the indicator after the homescreen has changed</string> + <string name="preferences_interface_homescreen_indicator_fade_summary">Fade away the indicator after the homescreen has changed</string> + <string name="preferences_interface_homescreen_indicator_position_title">Indicator position</string> + <string name="preferences_interface_homescreen_indicator_position_summary">Choose where to show the indicator on the screen</string> <string name="preferences_interface_homescreen_indicator_background_title">Show dock divider</string> <string name="preferences_interface_homescreen_indicator_background_summary">Show the background behind the indicator</string> @@ -356,7 +358,7 @@ s --> <string name="preferences_interface_drawer_indicator_enable_title">Show page indicator</string> <string name="preferences_interface_drawer_indicator_enable_summary">Show current page indicator at the bottom of the screen</string> <string name="preferences_interface_drawer_indicator_fade_title">Fade indicator</string> - <string name="preferences_interface_drawer_indicator_fade_summary">Fade the indicator after the page has changed</string> + <string name="preferences_interface_drawer_indicator_fade_summary">Fade away the indicator after the page has changed</string> <!-- Dock --> <string name="preferences_interface_dock_title">Dock</string> |