mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
adopt getAriaLabel() everywhere
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user