Merge "Fix a string for zh-rCN"
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 8d54572..f845577 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -716,7 +716,6 @@
 
         // TODO: Uncomment this block when we enable re-editing feature
         // If a word is selected
-        /*
         if (isPredictionOn() && mJustRevertedSeparator == null
                 && (candidatesStart == candidatesEnd || newSelStart != oldSelStart)
                 && (newSelStart < newSelEnd - 1 || (!mPredicting))
@@ -727,7 +726,6 @@
                 abortCorrection(false);
             }
         }
-        */
     }
 
     @Override