diff options
-rw-r--r-- | res/values-en-rGB/strings.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index 7db95b8..dd6b902 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -1581,7 +1581,7 @@ <string name="accessibility_tutorial_lesson_2_text_3" msgid="1326501593438442305">"Now place two fingers on an item in the list and slide both fingers up. If you reach the top of the screen, lift your fingers, place them lower on the list and continue sliding up."</string> <string name="accessibility_tutorial_lesson_2_text_3_more" msgid="2223814499106104083">"Good, keep sliding your fingers up to scroll some more."</string> <string name="accessibility_tutorial_lesson_2_text_4" msgid="3055831259260848004">"You have completed the tutorial. To exit, find and touch the <xliff:g id="FINISH">%s</xliff:g> button."</string> - <string name="spellcheckers_settings_title" msgid="8843785708050235008">"Spelling correction"</string> + <string name="spellcheckers_settings_title" msgid="8843785708050235008">"Spell checker"</string> <string name="current_backup_pw_prompt" msgid="7735254412051914576">"Type your current full backup password here"</string> <string name="new_backup_pw_prompt" msgid="8755501377391998428">"Type a new password for full backups here"</string> <string name="confirm_new_backup_pw_prompt" msgid="3238728882512787864">"Retype your new full backup password here"</string> diff --git a/res/values/strings.xml b/res/values/strings.xml index 778c048..258df34 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3783,8 +3783,8 @@ <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user has scrolled a large amount. --> <string name="accessibility_tutorial_lesson_2_text_4">You have completed the tutorial. To exit, find and touch the <xliff:g id="finish" example="Finish">%s</xliff:g> button.</string> - <!-- Title for spelling correction settings --> - <string name="spellcheckers_settings_title">Spelling correction</string> + <!-- Title for spell checker settings --> + <string name="spellcheckers_settings_title">Spell checker</string> <!-- Prompt for the user to enter their current full-backup password --> <string name="current_backup_pw_prompt">Type your current full backup password here</string> |