diff options
author | 2010-10-06 02:00:13 -0700 | |
---|---|---|
committer | 2010-10-06 02:00:13 -0700 | |
commit | 57108c2f1c5b811a8b207ac53f4e3b4ef7ddcba4 (patch) | |
tree | 232a7e239cf51c6e4785d05c7ffd68a5507e73f6 /java | |
parent | 644445868f1023b3263a149f2faf617b88341d20 (diff) | |
parent | 3425026d51dbbcc579ceecd59f578a512d4a853e (diff) | |
download | latinime-57108c2f1c5b811a8b207ac53f4e3b4ef7ddcba4.tar.gz latinime-57108c2f1c5b811a8b207ac53f4e3b4ef7ddcba4.tar.xz latinime-57108c2f1c5b811a8b207ac53f4e3b4ef7ddcba4.zip |
am 3425026d: Follow-up to Ia135eb92 . Shorten overflowed string.
Merge commit '3425026d51dbbcc579ceecd59f578a512d4a853e' into gingerbread-plus-aosp
* commit '3425026d51dbbcc579ceecd59f578a512d4a853e':
Follow-up to Ia135eb92 . Shorten overflowed string.
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 7747c7b25..8c1c80be5 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -337,14 +337,14 @@ <!-- Inform the user that a particular language has an available dictionary --> <string name="has_dictionary">Dictionary available</string> - <!-- Preferences item for enabling to send user statistics to Google. --> + <!-- Preferences item for enabling to send user statistics to Google --> <string name="prefs_enable_log">Enable user feedback</string> - <!-- Description for enabling to send user statistics to Google. --> + <!-- 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 re-correct suggestions . --> - <string name="prefs_enable_recorrection">Touch to re-correct words</string> - <!-- The summary for the preferences item for enabling to re-correct suggestions . --> - <string name="prefs_enable_recorrection_summary">You can re-correct words by touching words you have typed</string> + <!-- Preferences item for enabling to correct suggestions by touching words you have typed --> + <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 --> + <string name="prefs_enable_recorrection_summary">You can correct words by touching words you have typed</string> <!-- Description for keyboard theme switcher --> <string name="keyboard_layout">Keyboard Theme</string> |