1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / core / CoreTexts.java
index 3c8c23f..8e3a03b 100644 (file)
@@ -1,5 +1,6 @@
 // Copyright (c) 2005 by Leif Frenzel. All rights reserved.
 // See http://leiffrenzel.de
+// modified for phpeclipse.de project by axelcl
 package net.sourceforge.phpdt.ltk.core;
 
 import org.eclipse.osgi.util.NLS;
@@ -9,8 +10,7 @@ import org.eclipse.osgi.util.NLS;
  * provides internationalized messages Strings from the coretexts resource
  * bundle.
  * </p>
- *
- * @author Leif Frenzel
+ * 
  */
 public class CoreTexts extends NLS {
 
@@ -32,5 +32,4 @@ public class CoreTexts extends NLS {
        public static String renamePropertyDelegate_collectingChanges;
 
        public static String renamePropertyDelegate_checking;
-       // public static String renamePropertyDelegate_propNotFound;
 }
\ No newline at end of file