Follow-up to Ia135eb92 . Shorten overflowed string.

bug: 3063598
Change-Id: I703054c930590ef62579183731935ec3362406cd
main
Ken Wakasa 2010-10-06 17:34:07 +09:00
parent 55b1079652
commit 3425026d51
1 changed files with 6 additions and 6 deletions

View File

@ -337,14 +337,14 @@
<!-- Inform the user that a particular language has an available dictionary --> <!-- Inform the user that a particular language has an available dictionary -->
<string name="has_dictionary">Dictionary available</string> <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> <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> <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 . --> <!-- Preferences item for enabling to correct suggestions by touching words you have typed -->
<string name="prefs_enable_recorrection">Touch to re-correct words</string> <string name="prefs_enable_recorrection">Touch to correct words</string>
<!-- The summary for the preferences item for enabling to re-correct suggestions . --> <!-- 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 re-correct words by touching words you have typed</string> <string name="prefs_enable_recorrection_summary">You can correct words by touching words you have typed</string>
<!-- Description for keyboard theme switcher --> <!-- Description for keyboard theme switcher -->
<string name="keyboard_layout">Keyboard Theme</string> <string name="keyboard_layout">Keyboard Theme</string>