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:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user