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
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2016-01-08 12:52:03 +0300
committerLluis Sanchez <lluis@xamarin.com>2016-01-08 12:54:53 +0300
commit3632370db28a477f8d527f2210331ee7023e968e (patch)
tree073f263135db15ed77658ae0b1af206bda6e1487 /main
parenteec19e2ad52cbf72c9473d9c1c36bc5bb24c8673 (diff)
Fix case of some commands
Patch by Colby Russell
Diffstat (limited to 'main')
-rw-r--r--main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.addin.xml2
-rw-r--r--main/src/addins/MonoDevelop.DocFood/DocFood.addin.xml2
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.addin.xml b/main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.addin.xml
index b8ef864ae9..8c01141657 100644
--- a/main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.addin.xml
+++ b/main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.addin.xml
@@ -10,7 +10,7 @@
<Extension path = "/MonoDevelop/Ide/Commands">
<Command id = "MonoDevelop.AssemblyBrowser.ShowAssemblyBrowser"
defaultHandler = "MonoDevelop.AssemblyBrowser.AssemblyBrowserHandler"
- _label = "_Assembly browser" />
+ _label = "_Assembly Browser" />
</Extension>
<Extension path = "/MonoDevelop/Ide/DisplayBindings">
diff --git a/main/src/addins/MonoDevelop.DocFood/DocFood.addin.xml b/main/src/addins/MonoDevelop.DocFood/DocFood.addin.xml
index 609679061f..7178a45275 100644
--- a/main/src/addins/MonoDevelop.DocFood/DocFood.addin.xml
+++ b/main/src/addins/MonoDevelop.DocFood/DocFood.addin.xml
@@ -10,7 +10,7 @@
_label = "Document this" /> -->
<Command id = "MonoDevelop.DocFood.Commands.DocumentBuffer"
defaultHandler = "MonoDevelop.DocFood.DocumentBufferHandler"
- _label = "Document buffer" />
+ _label = "Document Buffer" />
</Extension>
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
index 4a37f0899b..ce30ce14fb 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -121,7 +121,7 @@
_label = "_Lowercase Selection" />
<Command id = "MonoDevelop.Ide.Commands.EditCommands.RemoveTrailingWhiteSpaces"
description = "Remove trailing whitespace"
- _label = "_Remove trailing whitespace" />
+ _label = "_Remove Trailing Whitespace" />
<Command id = "MonoDevelop.Ide.Commands.EditCommands.JoinWithNextLine"
shortcut = "Control|Shift|J"
_description = "Join the current line with the next line"
@@ -1041,7 +1041,7 @@
_description = "Scrolls the editor so that the caret is centered"
macShortcut = "Control|L" />
<Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.ToggleBlockSelectionMode"
- _label = "Toggle block selection mode"/>
+ _label = "Toggle Block Selection Mode"/>
<Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.DuplicateLine"
_label = "Duplicate line"/>
<Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.DynamicAbbrev"