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);