Small config rewording.

This commit is contained in:
Florian Bruhin 2015-08-01 13:35:30 +02:00
parent 44d109ca92
commit 81c3c2d15f

View File

@ -1496,8 +1496,8 @@ class Referer(BaseType):
valid_values = ValidValues(('always', "Always send."), valid_values = ValidValues(('always', "Always send."),
('never', "Never send; this is not recommended," ('never', "Never send; this is not recommended,"
" as some sites may break."), " as some sites may break."),
('same-domain', "Only send for the same domain," ('same-domain', "Only send for the same domain."
" this will still protect your privacy, but" " This will still protect your privacy, but"
" shouldn't break any sites.")) " shouldn't break any sites."))