diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index 3aaaa4d9..b4cf8484 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -46,11 +46,11 @@ <record-macro> q - q0-9a-zA-Z + qa-zA-Z

Record a key sequence as a macro. Available macros are - 0-9a-zA-Z. If the macro is an uppercase letter, the + a-zA-Z. If the macro is an uppercase letter, the recorded keys are appended to the lowercase macro of the same name. Typing q again stops the recording.

@@ -82,10 +82,10 @@ <play-macro> @ - count@a-z0-9 + count@a-z

- Plays the contents of macro with name a-z0-9 count + Plays the contents of macro with name a-z count times.