diff options
author | 2011-01-13 23:35:53 -0800 | |
---|---|---|
committer | 2011-01-13 23:35:53 -0800 | |
commit | a5d5a0ffbd96aea6e67c0f6fb29634ed00aed505 (patch) | |
tree | 32c9b4337b876130444d3b3e97ed87b02555a88a /java | |
parent | 34d31b45e1ff07259ea76bc673f6b2a4c4f46229 (diff) | |
parent | b58d98fb12190914ff7cb3c1d13da3c5b4f598ed (diff) | |
download | latinime-a5d5a0ffbd96aea6e67c0f6fb29634ed00aed505.tar.gz latinime-a5d5a0ffbd96aea6e67c0f6fb29634ed00aed505.tar.xz latinime-a5d5a0ffbd96aea6e67c0f6fb29634ed00aed505.zip |
am b58d98fb: am 48f6ac68: Merge "Fix descriptions for strings. Bug: 2876541 Bug: 2988169" into honeycomb
* commit 'b58d98fb12190914ff7cb3c1d13da3c5b4f598ed':
Fix descriptions for strings. Bug: 2876541 Bug: 2988169
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] --> |