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', ('new-instance-open-target.window',
SettingValue(typ.String( SettingValue(typ.String(
valid_values=typ.ValidValues( valid_values=typ.ValidValues(
('last-opened', "Open new tabs in the last" ('last-opened', "Open new tabs in the last opened "
"opened window."), "window."),
('last-focused', "Open new tabs in the most" ('last-focused', "Open new tabs in the most recently "
"recently focused window.") "focused window.")
)), 'last-focused'), )), 'last-focused'),
"Which window to choose when opening links as new tabs."), "Which window to choose when opening links as new tabs."),