Fix #3336 (be clearer on "unbound" meaning)
This commit is contained in:
parent
d70988b151
commit
ff0095b44f
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ class CommandCore:
|
|||
if args[1]:
|
||||
self.core.information('%s is now bound to %s' % (args[0], args[1]), 'Info')
|
||||
else:
|
||||
self.core.information('%s is now unbound' % args[0], 'Info')
|
||||
self.core.information('%s is now reset to the default binding' % args[0], 'Info')
|
||||
|
||||
@command_args_parser.raw
|
||||
def rawxml(self, args):
|
||||
|
|
Loading…
Reference in a new issue