summaryrefslogtreecommitdiff
path: root/poezio/core
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-08 20:05:53 +0200
committermathieui <mathieui@mathieui.net>2017-10-08 20:05:53 +0200
commitff0095b44f0174eaa0da9f95056d9d36cad27b84 (patch)
treead80b9405c453074ff9ba8e4e3d5046b8e1a77d8 /poezio/core
parentd70988b15125043f8b8261d1e9057c28c23971a6 (diff)
downloadpoezio-ff0095b44f0174eaa0da9f95056d9d36cad27b84.tar.gz
poezio-ff0095b44f0174eaa0da9f95056d9d36cad27b84.tar.bz2
poezio-ff0095b44f0174eaa0da9f95056d9d36cad27b84.tar.xz
poezio-ff0095b44f0174eaa0da9f95056d9d36cad27b84.zip
Fix #3336 (be clearer on "unbound" meaning)
Diffstat (limited to 'poezio/core')
-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):