提交 147bf1fb 编写于 作者: B Benjamin Pasero

wording

上级 2f4f5718
......@@ -637,12 +637,12 @@ export class ChangeModeAction extends Action {
picks[0].separator = { border: true, label: nls.localize('languagesPicks', "languages") };
// Offer action to configure via settings
let configureLabel = nls.localize('configureAssociations', "Configure in Settings");
let configureLabel = nls.localize('configureAssociations', "Configure File Associations...");
if (fileinput) {
const resource = fileinput.getResource();
const ext = paths.extname(resource.fsPath) || paths.basename(resource.fsPath);
if (ext) {
configureLabel = nls.localize('configureAssociationsExt', "Configure Default for '{0}'", ext);
configureLabel = nls.localize('configureAssociationsExt', "Configure File Association for '{0}'...", ext);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册