ve.ui.MWAdvancedSettingsPage: Actually display help for settings about language variants

Follow-up to 712ea472d3.

Change-Id: I2f3617fb4e9a80272e559b35c947052c0d8e534b
This commit is contained in:
Bartosz Dziewoński 2017-02-16 02:19:09 +01:00
parent 2c78411113
commit c3be577216

View file

@ -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 ] );