fixed typos in configdata descriptions

This commit is contained in:
Marcel Schilling 2017-10-30 13:34:58 +01:00
parent acfb3aa26f
commit 0c01d9b61a

View File

@ -106,7 +106,7 @@ backend:
only supports the fork. only supports the fork.
QtWebEngine is Qt's official successor to QtWebKit. It's slightly more QtWebEngine is Qt's official successor to QtWebKit. It's slightly more
resource hungry that QtWebKit and has a couple of missing features in resource hungry than QtWebKit and has a couple of missing features in
qutebrowser, but is generally the preferred choice. qutebrowser, but is generally the preferred choice.
This setting requires a restart. This setting requires a restart.
@ -658,7 +658,7 @@ completion.scrollbar.padding:
type: type:
name: Int name: Int
minval: 0 minval: 0
desc: Padding of scrollbar handle in the completion window (in px). desc: Padding of the scrollbar handle in the completion window (in px).
completion.timestamp_format: completion.timestamp_format:
type: type:
@ -1371,11 +1371,11 @@ url.searchengines:
desc: >- desc: >-
Definitions of search engines which can be used via the address bar. Definitions of search engines which can be used via the address bar.
Maps a searchengine 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 `{{`
and `}}` for literal `{`/`}` signs. and `}}` for literal `{`/`}` signs.
The searchengine named `DEFAULT` is used when `url.auto_search` is turned on The search engine named `DEFAULT` is used when `url.auto_search` is turned on
and something else than a URL was entered to be opened. Other search engines and something else than a URL was entered to be opened. Other search engines
can be used by prepending the search engine name to the search term, e.g. can be used by prepending the search engine name to the search term, e.g.
`:open google qutebrowser`. `:open google qutebrowser`.
@ -1549,12 +1549,12 @@ colors.completion.match.fg:
colors.completion.scrollbar.fg: colors.completion.scrollbar.fg:
default: white default: white
type: QssColor type: QssColor
desc: Color of the scrollbar handle in completion view. desc: Color of the scrollbar handle in the completion view.
colors.completion.scrollbar.bg: colors.completion.scrollbar.bg:
default: '#333333' default: '#333333'
type: QssColor type: QssColor
desc: Color of the scrollbar in completion view desc: Color of the scrollbar in the completion view
colors.downloads.bar.bg: colors.downloads.bar.bg:
default: black default: black
@ -1653,7 +1653,7 @@ colors.messages.error.border:
colors.messages.warning.fg: colors.messages.warning.fg:
default: white default: white
type: QssColor type: QssColor
desc: Foreground color a warning message. desc: Foreground color of a warning message.
colors.messages.warning.bg: colors.messages.warning.bg:
default: darkorange default: darkorange
@ -1668,7 +1668,7 @@ colors.messages.warning.border:
colors.messages.info.fg: colors.messages.info.fg:
default: white default: white
type: QssColor type: QssColor
desc: Foreground color an info message. desc: Foreground color of an info message.
colors.messages.info.bg: colors.messages.info.bg:
default: black default: black