mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
ve.ui.MWAdvancedSettingsPage: Actually display help for settings about language variants
Follow-up to 712ea472d3
.
Change-Id: I2f3617fb4e9a80272e559b35c947052c0d8e534b
This commit is contained in:
parent
2c78411113
commit
c3be577216
|
@ -118,7 +118,8 @@ ve.ui.MWAdvancedSettingsPage = function VeUiMWAdvancedSettingsPage() {
|
|||
new OO.ui.CheckboxInputWidget(),
|
||||
{
|
||||
align: 'inline',
|
||||
label: this.label
|
||||
label: this.label,
|
||||
help: this.help
|
||||
}
|
||||
);
|
||||
advancedSettingsPage.advancedSettingsFieldset.addItems( [ this.fieldLayout ] );
|
||||
|
|
Loading…
Reference in a new issue