Skip to content

Commit 56a2eb0

Browse files
authored
1 parent 53ed076 commit 56a2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ export class UserDataProfilesEditorModel extends EditorModel {
744744

745745
const newWindowAction = disposables.add(new Action(
746746
'userDataProfile.newWindow',
747-
localize('open new window', "New Window"),
747+
localize('open new window', "Open New Window with this Profile"),
748748
ThemeIcon.asClassName(Codicon.emptyWindow),
749749
true,
750750
() => this.openWindow(profile)

0 commit comments

Comments
 (0)