Rename HTML editor to Smarty editor
[phpeclipse.git] / net.sourceforge.phpeclipse.smarty.ui / plugin.xml
index 277c0c0..d57049a 100644 (file)
@@ -3,10 +3,10 @@
 <plugin
    id="net.sourceforge.phpdt.smarty.ui"
    name="PHPeclipse Smarty UI"
-   version="1.1.6"
+   version="1.1.7"
    provider-name="PHPeclipse.de"
    class="net.sourceforge.phpdt.smarty.ui.SmartyUI">
-   
+
    <runtime>
       <library name="smartyui.jar">
          <export name="*"/>
@@ -30,8 +30,8 @@
 
    <extension
          point="org.eclipse.ui.editors">
-      <editor 
-            name="HTML Editor"
+      <editor
+            name="Smarty Editor"
             icon="icons/full/obj16/html.png"
             extensions="tpl"
             contributorClass="net.sourceforge.phpdt.smarty.ui.internal.editor.SmartyEditorActionContributor"