Skip to content
Snippets Groups Projects
Commit 47a9c3f3 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Additional string update for LatinIME's re-correction preference item.

Follow-up to I703054c9

bug: 3063598

Change-Id: Ic9d752b8588a620b3e256fe38f3a6a0c9c093053
parent 6495bfc7
No related branches found
No related tags found
No related merge requests found
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
<!-- 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 -->
<string name="prefs_enable_recorrection">Touch to correct words</string> <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 -->
<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 --> <!-- Description for keyboard theme switcher -->
<string name="keyboard_layout">Keyboard Theme</string> <string name="keyboard_layout">Keyboard Theme</string>
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<CheckBoxPreference <CheckBoxPreference
android:key="recorrection_enabled" android:key="recorrection_enabled"
android:title="@string/prefs_enable_recorrection" android:title="@string/prefs_enable_recorrection"
android:summary="@string/prefs_enable_recorrection_summary"
android:persistent="true" android:persistent="true"
android:defaultValue="@bool/default_recorrection_enabled" android:defaultValue="@bool/default_recorrection_enabled"
/> />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment