提交 6f790f76 编写于 作者: M Matt Bierner

Combine link text for better translation Fix #26675

上级 89369d18
......@@ -166,12 +166,9 @@ export class ResourceViewer {
.append($('a', {
role: 'button',
class: 'open-external',
text: nls.localize('resourceOpenExternalButton', "Open image")
text: nls.localize('resourceOpenExternalButton', "Open image using external program?")
}).on(DOM.EventType.CLICK, (e) => {
openExternal(descriptor.resource);
}))
.append($('span', {
text: nls.localize('resourceOpenExternalText', ' using external program?')
}));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册