X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties index 33e0dda..0f24a03 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties @@ -5,7 +5,9 @@ ################################### WizardPage.title=PHP New File -WizardPage.description=This wizard creates a new file with *.php extension that can be opened by the PHP editor. +WizardPage.description=This wizard creates a new PHP file. +WizardPage.html.title=HTML New File +WizardPage.html.description=This wizard creates a new HTML file. WizardPage.containerLabel=&Container: WizardPage.fileLabel=&File name: WizardPage.browseButtonText=Browse... @@ -15,6 +17,8 @@ WizardPage.nameMustBeSpecified=File name must be specified. WizardPage.containerMustBeSpecified=File container must be specified. WizardPage.selectNewFileContainer=Select new file container. + + Wizard.error=An error occured Wizard.Monitor.creating=Creating Wizard.Monitor.openingFile=Opening file for editing...