From 0a908206bcd7c96e149153f766cc075450469bf2 Mon Sep 17 00:00:00 2001 From: Marcel Schilling Date: Mon, 30 Oct 2017 17:17:17 +0100 Subject: [PATCH] avoid boolean redundancy in configdata descriptions * 'Enable or disable [...]' -> 'Enable [...]' What else? ---^^^^^^^ --- qutebrowser/config/configdata.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 396692e78..c2e6d305b 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -420,7 +420,7 @@ content.host_blocking.whitelist: content.hyperlink_auditing: default: false type: Bool - desc: Enable or disable hyperlink auditing (``). + desc: Enable hyperlink auditing (``). content.images: default: true @@ -455,7 +455,7 @@ content.javascript.can_open_tabs_automatically: content.javascript.enabled: default: true type: Bool - desc: Enable or disable JavaScript. + desc: Enable JavaScript. content.javascript.log: type: @@ -544,7 +544,7 @@ content.pdfjs: content.plugins: default: false type: Bool - desc: Enable or disable plugins in Web pages. + desc: Enable plugins in Web pages. content.print_element_backgrounds: type: Bool @@ -592,7 +592,7 @@ content.user_stylesheets: content.webgl: default: true type: Bool - desc: Enable or disable WebGL. + desc: Enable WebGL. content.xss_auditing: type: Bool