diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-10-22 12:03:03 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-10-22 12:03:03 +1100 |
commit | 4f14857d66db3c3b059456acb84335c339da9fdb (patch) | |
tree | c5dcb2036ba4a61b1f633f01bd8364d1a70d8580 /common/locale/en-US/repeat.xml | |
parent | 5a4200224309ee37b30e13a444f8a92f8283e009 (diff) | |
download | pentadactyl-4f14857d66db3c3b059456acb84335c339da9fdb.tar.gz |
Normalise regex -> regexp.
This is what JS uses and using both is confusing.
Diffstat (limited to 'common/locale/en-US/repeat.xml')
-rw-r--r-- | common/locale/en-US/repeat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index 2581d7b1..4067bb8e 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -64,7 +64,7 @@ <description> <p> List recorded macros matching the optional regular expression - <oa>pat</oa>. If no regex is given, list all macros. + <oa>pat</oa>. If no regexp is given, list all macros. </p> </description> </item> |