Fix the string for auto caps. bug: 2101692

Change-Id: If6241110957719c64287fc5c49e8db884fef52d4
This commit is contained in:
Ken Wakasa
2010-11-07 12:29:52 +09:00
parent 219491afb2
commit 38f8a1d0fa

View File

@@ -2194,7 +2194,7 @@ found in the list of installed applications.</string>
<!-- On Text & language settings screen, setting summary. This is the summary for the "Auto-replace" setting. --> <!-- On Text & language settings screen, setting summary. This is the summary for the "Auto-replace" setting. -->
<string name="auto_replace_summary">Correct mistyped words</string> <string name="auto_replace_summary">Correct mistyped words</string>
<!-- On Text & language settings screen, setting option name. title of the setting to enable autocapitalization of entered text. for example, after the user finishes a sentence, the next letter he types will automatically be capitalizated. --> <!-- On Text & language settings screen, setting option name. title of the setting to enable autocapitalization of entered text. for example, after the user finishes a sentence, the next letter he types will automatically be capitalizated. -->
<string name="auto_caps">Auto-cap</string> <string name="auto_caps">Auto-capitalization</string>
<!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. --> <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. -->
<string name="auto_caps_summary">Capitalize first letter in sentences</string> <string name="auto_caps_summary">Capitalize first letter in sentences</string>
<!-- On Text & language settings screen, setting option name. title of the setting to enable automatic punctuation of entered text. for example, it will change an entered "youre" to "you're". --> <!-- On Text & language settings screen, setting option name. title of the setting to enable automatic punctuation of entered text. for example, it will change an entered "youre" to "you're". -->