am 2fd1de46: am 47a9c3f3: Additional string update for LatinIME\'s re-correction preference item.

Merge commit '2fd1de46010c9c7836fcae94180d067c50677bab'

* commit '2fd1de46010c9c7836fcae94180d067c50677bab':
  Additional string update for LatinIME's re-correction preference item.
main
Ken Wakasa 2010-10-08 14:36:47 -07:00 committed by Android Git Automerger
commit ad289ae49b
2 changed files with 2 additions and 1 deletions

View File

@ -366,7 +366,7 @@
<!-- 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>
<string name="prefs_enable_recorrection_summary">Touch entered words to correct them</string>
<!-- Description for keyboard theme switcher -->
<string name="keyboard_layout">Keyboard Theme</string>

View File

@ -40,6 +40,7 @@
<CheckBoxPreference
android:key="recorrection_enabled"
android:title="@string/prefs_enable_recorrection"
android:summary="@string/prefs_enable_recorrection_summary"
android:persistent="true"
android:defaultValue="@bool/default_recorrection_enabled"
/>