Add missing space in the name of the editor
diff --git a/bundles/org.eclipse.emf.emfatic.ui/plugin.xml b/bundles/org.eclipse.emf.emfatic.ui/plugin.xml
index db5048c..bcfd8d1 100644
--- a/bundles/org.eclipse.emf.emfatic.ui/plugin.xml
+++ b/bundles/org.eclipse.emf.emfatic.ui/plugin.xml
@@ -5,7 +5,7 @@
    <extension
          point="org.eclipse.ui.editors">
       <editor
-            name="EmfaticEditor"
+            name="Emfatic Editor"
             extensions="emf"
             icon="icons/emfatic.png"
             class="org.eclipse.emf.emfatic.ui.editor.EmfaticEditor"