Skip to content

Commit 1379b2d

Browse files
authored
Merge pull request #9872 from davkean/dev/davkean/Commands
Give commands friendly names
2 parents 72a7fd1 + 9a3a051 commit 1379b2d

File tree

14 files changed

+282
-216
lines changed

14 files changed

+282
-216
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Menus.vsct

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<CommandFlag>DefaultDisabled</CommandFlag>
122122
<Strings>
123123
<ButtonText>&amp;Add New Item...</ButtonText>
124-
<CommandName>AddNewItemAbove</CommandName>
124+
<CommandName>Add New Item (Below)</CommandName>
125125
</Strings>
126126
</Button>
127127

@@ -134,7 +134,7 @@
134134
<CommandFlag>DefaultDisabled</CommandFlag>
135135
<Strings>
136136
<ButtonText>&amp;Add Existing Item...</ButtonText>
137-
<CommandName>AddExistingItemAbove</CommandName>
137+
<CommandName>Add Existing Item (Above)</CommandName>
138138
</Strings>
139139
</Button>
140140

@@ -147,7 +147,7 @@
147147
<CommandFlag>DefaultDisabled</CommandFlag>
148148
<Strings>
149149
<ButtonText>&amp;Add New Item...</ButtonText>
150-
<CommandName>AddNewItemBelow</CommandName>
150+
<CommandName>Add New Item (Below)</CommandName>
151151
</Strings>
152152
</Button>
153153

@@ -160,7 +160,7 @@
160160
<CommandFlag>DefaultDisabled</CommandFlag>
161161
<Strings>
162162
<ButtonText>&amp;Add Existing Item...</ButtonText>
163-
<CommandName>AddExistingItemBelow</CommandName>
163+
<CommandName>Add Existing Item (Below)</CommandName>
164164
</Strings>
165165
</Button>
166166

@@ -173,7 +173,7 @@
173173
<Strings>
174174
<ButtonText>&amp;Pack</ButtonText>
175175
<ToolTipText>Generate NuGet Package</ToolTipText>
176-
<CommandName>GenerateNuGetPackageProjectContextMenu</CommandName>
176+
<CommandName>Pack</CommandName>
177177
</Strings>
178178
</Button>
179179

@@ -184,9 +184,9 @@
184184
<CommandFlag>DefaultInvisible</CommandFlag>
185185
<CommandFlag>DefaultDisabled</CommandFlag>
186186
<Strings>
187-
<ButtonText>&amp;Pack selection</ButtonText>
187+
<ButtonText>&amp;Pack Selection</ButtonText>
188188
<ToolTipText>Generate NuGet Package for selected project</ToolTipText>
189-
<CommandName>GenerateNuGetPackageTopLevelBuild</CommandName>
189+
<CommandName>Pack Selection</CommandName>
190190
</Strings>
191191
</Button>
192192

@@ -196,7 +196,8 @@
196196
<CommandFlag>DefaultInvisible</CommandFlag>
197197
<CommandFlag>DefaultDisabled</CommandFlag>
198198
<Strings>
199-
<ButtonText>N&amp;avigate to Project</ButtonText>
199+
<ButtonText>N&amp;avigate To Project</ButtonText>
200+
<CommandName>Navigate To Project</CommandName>
200201
</Strings>
201202
</Button>
202203

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/xlf/Menus.vsct.cs.xlf

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/xlf/Menus.vsct.de.xlf

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/xlf/Menus.vsct.es.xlf

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)