Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Menus.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
<ButtonText>&amp;Add New Item...</ButtonText>
<CommandName>AddNewItemAbove</CommandName>
<CommandName>Add New Item (Below)</CommandName>
</Strings>
</Button>

Expand All @@ -134,7 +134,7 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
<ButtonText>&amp;Add Existing Item...</ButtonText>
<CommandName>AddExistingItemAbove</CommandName>
<CommandName>Add Existing Item (Above)</CommandName>
</Strings>
</Button>

Expand All @@ -147,7 +147,7 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
<ButtonText>&amp;Add New Item...</ButtonText>
<CommandName>AddNewItemBelow</CommandName>
<CommandName>Add New Item (Below)</CommandName>
</Strings>
</Button>

Expand All @@ -160,7 +160,7 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
<ButtonText>&amp;Add Existing Item...</ButtonText>
<CommandName>AddExistingItemBelow</CommandName>
<CommandName>Add Existing Item (Below)</CommandName>
</Strings>
</Button>

Expand All @@ -173,7 +173,7 @@
<Strings>
<ButtonText>&amp;Pack</ButtonText>
<ToolTipText>Generate NuGet Package</ToolTipText>
<CommandName>GenerateNuGetPackageProjectContextMenu</CommandName>
<CommandName>Pack</CommandName>
</Strings>
</Button>

Expand All @@ -184,9 +184,9 @@
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
<ButtonText>&amp;Pack selection</ButtonText>
<ButtonText>&amp;Pack Selection</ButtonText>
<ToolTipText>Generate NuGet Package for selected project</ToolTipText>
<CommandName>GenerateNuGetPackageTopLevelBuild</CommandName>
<CommandName>Pack Selection</CommandName>
</Strings>
</Button>

Expand All @@ -196,7 +196,8 @@
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
<ButtonText>N&amp;avigate to Project</ButtonText>
<ButtonText>N&amp;avigate To Project</ButtonText>
<CommandName>Navigate To Project</CommandName>
</Strings>
</Button>

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading