adopt getAriaLabel() everywhere

This commit is contained in:
Benjamin Pasero
2017-01-20 08:41:16 +01:00
parent 4bd44cc52e
commit 90a3e7edfb
@@ -413,6 +413,10 @@ export class DefaultPreferencesEditor extends BaseTextEditor {
this.getControl().setModel(null);
super.clearInput();
}
protected getAriaLabel(): string {
return nls.localize('preferencesAriaLabel', "Default preferences. Readonly text editor.");
}
}
class DefaultPreferencesCodeEditor extends CodeEditor {