Skip to content

Commit be14dc9

Browse files
committed
Update localization metadata for 1.78.0
1 parent 897f7a8 commit be14dc9

File tree

9 files changed

+7823
-7522
lines changed

9 files changed

+7823
-7522
lines changed

packages/core/src/browser/common-frontend-contribution.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ export namespace CommonCommands {
270270
export const SHOW_MENU_BAR = Command.toDefaultLocalizedCommand({
271271
id: 'window.menuBarVisibility',
272272
category: VIEW_CATEGORY,
273-
label: 'Show Menu Bar'
273+
label: 'Toggle Menu Bar'
274274
});
275275
export const NEW_UNTITLED_FILE = Command.toDefaultLocalizedCommand({
276276
id: 'workbench.action.files.newUntitledFile',
277277
category: FILE_CATEGORY,
278-
label: 'New Untitled File'
278+
label: 'New Untitled Text File'
279279
});
280280
export const SAVE = Command.toDefaultLocalizedCommand({
281281
id: 'core.save',

packages/core/src/browser/core-preferences.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const windowTitleDescription = [
3434
'`${activeFolderLong}`: the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder).',
3535
'`${folderName}`: name of the workspace folder the file is contained in (e.g. myFolder).',
3636
'`${folderPath}`: file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder).',
37-
'`${rootName}`: name of the opened workspace or folder (e.g. myFolder or myWorkspace).',
37+
'`${rootName}`: name of the workspace with optional remote name and workspace indicator if applicable (e.g. myFolder, myRemoteFolder [SSH] or myWorkspace (Workspace)).',
3838
'`${rootPath}`: file path of the opened workspace or folder (e.g. /Users/Development/myWorkspace).',
3939
'`${appName}`: e.g. VS Code.',
4040
'`${remoteName}`: e.g. SSH',

0 commit comments

Comments
 (0)