diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml
index f9cbb9bc..4ca84329 100644
--- a/common/locale/en-US/map.xml
+++ b/common/locale/en-US/map.xml
@@ -646,14 +646,14 @@
:command foo -nargs=?
\ -complete custom,
\ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]]
- \ :echo Useless + <q-args>
+ \ :echo Useless + <q-args>
:command foo -nargs=?
\ -complete custom,[
\ ["arg1", "description1"],
\ ["arg2, "description2"]
\ ]
- \ :echo Same as above but simpler + <q-args>
+ \ :echo Same as above but simpler + <q-args>
Count handling