Fix new-instance-open-target.window valid_values

This commit is contained in:
Florian Bruhin 2016-08-10 09:11:26 +02:00
parent 61c031ff23
commit 153b9db8c2

View File

@ -230,10 +230,10 @@ def data(readonly=False):
('new-instance-open-target.window',
SettingValue(typ.String(
valid_values=typ.ValidValues(
('last-opened', "Open new tabs in the last"
"opened window."),
('last-focused', "Open new tabs in the most"
"recently focused window.")
('last-opened', "Open new tabs in the last opened "
"window."),
('last-focused', "Open new tabs in the most recently "
"focused window.")
)), 'last-focused'),
"Which window to choose when opening links as new tabs."),