diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 8c1c80be5b4097bf130763f29fc28c7125732fde..6644d22246729672b9f02791e2906190f346c93e 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -344,7 +344,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>
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index 7bcf1933460329f53e17e1473e7776ed18eb67ce..9348e954a76150abf462663e068aa674eb61edf5 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -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"
             />