diff --git a/locales/en_us.json b/locales/en_us.json index 78aaa4d..2bf6c2c 100644 --- a/locales/en_us.json +++ b/locales/en_us.json @@ -89,7 +89,7 @@ "cDollar": "change (replace) to the end of the line", "ciw": "change (replace) entire word", "cw": "change (replace) to the end of the word", - "s": "delete character and substitute text", + "s": "delete character and substitute text (same as cl)", "S": "delete line and substitute text (same as cc)", "xp": "transpose two letters (delete and paste)", "u": "undo", diff --git a/locales/my.json b/locales/my.json index 5511fcd..80c588e 100644 --- a/locales/my.json +++ b/locales/my.json @@ -356,4 +356,4 @@ "title": "Languages" }, "footer": "Checkout the source on" -} +} \ No newline at end of file