From 681995600e7819b5add7a71a231e64f81f5cd693 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Aug 2014 06:58:03 +0200 Subject: [PATCH] conftypes: Fix wrong docstring. --- qutebrowser/config/conftypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/conftypes.py b/qutebrowser/config/conftypes.py index fcc95d71e..d151f248f 100644 --- a/qutebrowser/config/conftypes.py +++ b/qutebrowser/config/conftypes.py @@ -1159,7 +1159,7 @@ class ForwardUnboundKeys(BaseType): class CloseButton(BaseType): - """Whether to forward unbound keys.""" + """Mouse button used to close tabs.""" valid_values = ValidValues(('right', "Close tabs on right-click."), ('middle', "Close tabs on middle-click."),