提交 167d697f 编写于 作者: B Benjamin Pasero

wording (#31033)

上级 98b4b4d0
......@@ -1286,8 +1286,8 @@ export class WindowsManager implements IWindowsMainService {
const options: Electron.ShowMessageBoxOptions = {
title: this.environmentService.appNameLong,
message: localize('saveWorkspaceMessage', "Do you want to save the untitled workspace?"),
detail: localize('saveWorkspaceDetail', "Save this workspace if you plan to open it again."),
message: localize('saveWorkspaceMessage', "Do you want to save your workspace configuration as a file?"),
detail: localize('saveWorkspaceDetail', "Save your workspace if you plan to open it again."),
noLink: true,
type: 'warning',
buttons: buttons.map(button => button.label),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册