1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-28 01:45:46 +01:00

Change command.noRange message to noCount.

There's currently no notion of ranges in Dactyl.
This commit is contained in:
Doug Kearns
2011-07-21 11:31:36 +10:00
parent 996300c782
commit a6cab89965
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ var Command = Class("Command", {
modifiers = modifiers || {};
if (args.count != null && !this.count)
throw FailedAssertion(_("command.noRange"));
throw FailedAssertion(_("command.noCount"));
if (args.bang && !this.bang)
throw FailedAssertion(_("command.noBang"));