diff options
author | 2011-01-13 23:32:38 -0800 | |
---|---|---|
committer | 2011-01-13 23:32:38 -0800 | |
commit | 48f6ac68b795cf93674c8d41c074264f89ab83c3 (patch) | |
tree | 32c9b4337b876130444d3b3e97ed87b02555a88a /java | |
parent | 212368e8771048ba6b60c6426eddc4192fd8b2e1 (diff) | |
parent | 543334cc213e80110bcbeed42a1bbe7f2cc409fa (diff) | |
download | latinime-48f6ac68b795cf93674c8d41c074264f89ab83c3.tar.gz latinime-48f6ac68b795cf93674c8d41c074264f89ab83c3.tar.xz latinime-48f6ac68b795cf93674c8d41c074264f89ab83c3.zip |
Merge "Fix descriptions for strings. Bug: 2876541 Bug: 2988169" into honeycomb
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 6d05012e6..22040d591 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -186,7 +186,7 @@ <!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] --> <string name="voice_input_modes_summary_off">Voice input is disabled</string> - <!-- Menu item for launching Input method picker --> + <!-- Title of the dialog for selecting input methods. [CHAR LIMIT=20] --> <string name="selectInputMethod">Select input method</string> <!-- Title for input language selection screen --> @@ -204,12 +204,12 @@ <string name="prefs_enable_log">Enable user feedback</string> <!-- Description for enabling to send user statistics to Google --> <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> - <!-- Preferences item for enabling to correct suggestions by touching words you have typed --> + <!-- Preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 35] --> <string name="prefs_enable_recorrection">Touch to correct words</string> - <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed --> + <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed [CHAR LIMIT= 100] --> <string name="prefs_enable_recorrection_summary">Touch entered words to correct them, only when suggestions are visible</string> - <!-- Description for keyboard theme switcher --> + <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> <string name="keyboard_layout">Keyboard Theme</string> <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] --> |