Added new Option "Wrap PHPdocs and comments at print margin"
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / wizards / PHPWizardMessages.java
index 5ef32d3..88ed120 100644 (file)
@@ -17,7 +17,7 @@ import java.util.ResourceBundle;
 
 public class PHPWizardMessages {
 
-       private static final String RESOURCE_BUNDLE= "net.sourceforge.phpeclipse.wizards.PHPWizardMessages";//$NON-NLS-1$
+       private static final String RESOURCE_BUNDLE= PHPWizardMessages.class.getName();//$NON-NLS-1$
 
        private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE);