summaryrefslogtreecommitdiff
path: root/poezio/core/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/commands.py')
-rw-r--r--poezio/core/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/commands.py b/poezio/core/commands.py
index 94aad16f..7b4d0c10 100644
--- a/poezio/core/commands.py
+++ b/poezio/core/commands.py
@@ -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):