Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.make.ui/plugin.properties')
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties
index 49b4692d364..e612aaecb0c 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.properties
+++ b/build/org.eclipse.cdt.make.ui/plugin.properties
@@ -61,19 +61,19 @@ ViewCatagoryMake.name=Make
ActionSetMake.label=Make Actions
ActionSetUpdateMake.label=Update Make Projects
-# Scope and Key Commands
+# Scope and Key Commands
scope.makefileEditor.name=Makefile Editor
makefileEditor.description=Editor for makefiles
-
+
category.source.name=Makefile Source
category.source.description= Makefile Source Actions
-
+
ActionDefinition.toggle.comment.name= Toggle Comment
ActionDefinition.toggle.comment.description= Comment/uncomment selected lines with # style comments
ActionDefinition.opendecl.name= Open declaration
ActionDefinition.opendecl.description=Follow to the directive definition
-
+
MakefileEditor.name=Makefile Editor
IncludeSymbolProperties.name=C/C++ Include Paths and Symbols

Back to the top