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
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2016-09-07 00:24:39 +0300
committerLluis Sanchez <lluis@xamarin.com>2016-09-07 00:24:39 +0300
commit32ac0c2885a51f15674a9bf5774db285d7e49d7f (patch)
tree039a114d057ee01b4761d572648860d121109cb1
parenta4be206e70747e4535d49df3fc712afd8ba9d232 (diff)
Actually revert the command name change
-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 59f82bcc2c..3f510ca85c 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -790,7 +790,7 @@
_description = "Show tip of the day" />
<Command id = "MonoDevelop.Ide.Commands.HelpCommands.OpenLogDirectory"
defaultHandler = "MonoDevelop.Ide.Commands.OpenLogDirectoryHandler"
- _label = "Reveal _Logs"
+ _label = "Open Log Directory"
icon = "md-open-folder"
_description = "Opens the directory where the diagnostic logs are stored" />
<Command id = "MonoDevelop.Ide.Commands.HelpCommands.About"