Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main/src
diff options
context:
space:
mode:
authorKeting Yang <ketyang@microsoft.com>2019-12-12 21:54:10 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-12-13 17:08:35 +0300
commit28b5155c49c08df96c48c4711b7442e1fad2e623 (patch)
tree8b2fdb245742cae7a9efa5f0dbad6c62421b831f /main/src
parent1bffc7e7124f73f3b0c154ce5c27ffdfa6c88927 (diff)
Capitalize "Exclude From Project" Command
Diffstat (limited to 'main/src')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
index a2469185d4..673e72cbaf 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -238,7 +238,7 @@
<Command id= "MonoDevelop.Ide.Commands.ProjectCommands.ExcludeFromProject"
defaultHandler = "MonoDevelop.Ide.Commands.ExcludeFromProjectHandler"
- _label = "Exclude from project"
+ _label = "Exclude From Project"
_description = "Exclude an item from the project" />
<Command id = "MonoDevelop.Ide.Commands.ProjectCommands.AddReference"
_description = "Add and remove project references"