prefer nouns for configdata descriptions
* reserve interrogative words for selection type options
This commit is contained in:
parent
aebe4c8f9e
commit
87ec7a1a0b
@ -165,7 +165,8 @@ auto_save.interval:
|
|||||||
minval: 0
|
minval: 0
|
||||||
maxval: maxint
|
maxval: maxint
|
||||||
default: 15000
|
default: 15000
|
||||||
desc: How often (in milliseconds) to auto-save config/cookies/etc.
|
desc: Time interval (in milliseconds) between auto-saves of
|
||||||
|
config/cookies/etc.
|
||||||
|
|
||||||
auto_save.session:
|
auto_save.session:
|
||||||
type: Bool
|
type: Bool
|
||||||
@ -615,7 +616,7 @@ completion.cmd_history_max_items:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: -1
|
minval: -1
|
||||||
desc: >-
|
desc: >-
|
||||||
How many commands to save in the command history.
|
Number of commands to save in the command history.
|
||||||
|
|
||||||
0: no history / -1: unlimited
|
0: no history / -1: unlimited
|
||||||
|
|
||||||
@ -669,7 +670,7 @@ completion.timestamp_format:
|
|||||||
name: TimestampTemplate
|
name: TimestampTemplate
|
||||||
none_ok: true
|
none_ok: true
|
||||||
default: '%Y-%m-%d'
|
default: '%Y-%m-%d'
|
||||||
desc: How to format timestamps (e.g. for the history completion).
|
desc: Format of timestamps (e.g. for the history completion).
|
||||||
|
|
||||||
completion.web_history_max_items:
|
completion.web_history_max_items:
|
||||||
default: -1
|
default: -1
|
||||||
@ -678,7 +679,7 @@ completion.web_history_max_items:
|
|||||||
minval: -1
|
minval: -1
|
||||||
maxval: maxint64
|
maxval: maxint64
|
||||||
desc: >-
|
desc: >-
|
||||||
How many URLs to show in the web history.
|
Number of URLs to show in the web history.
|
||||||
|
|
||||||
0: no history / -1: unlimited
|
0: no history / -1: unlimited
|
||||||
|
|
||||||
@ -1211,12 +1212,12 @@ tabs.mousewheel_switching:
|
|||||||
tabs.new_position.related:
|
tabs.new_position.related:
|
||||||
default: next
|
default: next
|
||||||
type: NewTabPosition
|
type: NewTabPosition
|
||||||
desc: How new tabs opened from another tab are positioned.
|
desc: Position of new tabs opened from another tab.
|
||||||
|
|
||||||
tabs.new_position.unrelated:
|
tabs.new_position.unrelated:
|
||||||
default: last
|
default: last
|
||||||
type: NewTabPosition
|
type: NewTabPosition
|
||||||
desc: "How new tabs which aren't opened from another tab are positioned."
|
desc: "Position of new tabs which aren't opened from another tab."
|
||||||
|
|
||||||
tabs.padding:
|
tabs.padding:
|
||||||
default:
|
default:
|
||||||
@ -1472,8 +1473,7 @@ zoom.mouse_divider:
|
|||||||
type:
|
type:
|
||||||
name: Int
|
name: Int
|
||||||
minval: 0
|
minval: 0
|
||||||
desc: How much to divide the mouse wheel movements to translate them into
|
desc: Number of zoom increments to divide the mouse wheel movements to.
|
||||||
zoom increments.
|
|
||||||
|
|
||||||
zoom.text_only:
|
zoom.text_only:
|
||||||
type: Bool
|
type: Bool
|
||||||
|
Loading…
Reference in New Issue
Block a user