avoid redundancy in configdata descriptions

* drop phrases referring to the settings themselves:
   * 'set ...'
   * 'control ...'
   * 'definitons of ...'
This commit is contained in:
Marcel Schilling 2017-10-30 16:13:41 +01:00
parent fd52409d0c
commit fe8b9519c8

View File

@ -225,7 +225,7 @@ content.cookies.accept:
- no-unknown-3rdparty: "Accept cookies from the same origin only, unless - no-unknown-3rdparty: "Accept cookies from the same origin only, unless
a cookie is already set for the domain." a cookie is already set for the domain."
- never: "Don't accept cookies at all." - never: "Don't accept cookies at all."
desc: Control which cookies to accept. desc: Which cookies to accept.
content.cookies.store: content.cookies.store:
default: true default: true
@ -293,7 +293,7 @@ content.headers.custom:
name: String name: String
encoding: ascii encoding: ascii
none_ok: true none_ok: true
desc: Set custom headers for qutebrowser HTTP requests. desc: Custom headers for qutebrowser HTTP requests.
content.headers.do_not_track: content.headers.do_not_track:
type: type:
@ -811,8 +811,7 @@ hints.auto_follow:
(letter, word or number mode) or the element's text (only in number (letter, word or number mode) or the element's text (only in number
mode)." mode)."
- never: "The user will always need to press Enter to follow a hint." - never: "The user will always need to press Enter to follow a hint."
desc: Controls when a hint can be automatically followed without pressing desc: When a hint can be automatically followed without pressing Enter.
Enter.
hints.auto_follow_timeout: hints.auto_follow_timeout:
default: 0 default: 0
@ -1381,7 +1380,7 @@ url.searchengines:
keytype: String keytype: String
valtype: SearchEngineUrl valtype: SearchEngineUrl
desc: >- desc: >-
Definitions of search engines which can be used via the address bar. Search engines which can be used via the address bar.
Maps a search engine name (such as `DEFAULT`, or `ddg`) to a URL with a Maps a search engine name (such as `DEFAULT`, or `ddg`) to a URL with a
`{}` placeholder. The placeholder will be replaced by the search term, use `{}` placeholder. The placeholder will be replaced by the search term, use