From 81c3c2d15ffbd7f1378012a18e97b3b4aee5a725 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 1 Aug 2015 13:35:30 +0200 Subject: [PATCH] Small config rewording. --- qutebrowser/config/configtypes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/config/configtypes.py b/qutebrowser/config/configtypes.py index 7a7eeb552..da2efda06 100644 --- a/qutebrowser/config/configtypes.py +++ b/qutebrowser/config/configtypes.py @@ -1496,8 +1496,8 @@ class Referer(BaseType): valid_values = ValidValues(('always', "Always send."), ('never', "Never send; this is not recommended," " as some sites may break."), - ('same-domain', "Only send for the same domain," - " this will still protect your privacy, but" + ('same-domain', "Only send for the same domain." + " This will still protect your privacy, but" " shouldn't break any sites."))