From ff0095b44f0174eaa0da9f95056d9d36cad27b84 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 8 Oct 2017 20:05:53 +0200 Subject: Fix #3336 (be clearer on "unbound" meaning) --- poezio/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core/commands.py') 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): -- cgit v1.2.3