Skip to content

Commit 70b97f4

Browse files
committed
Improve message labels for NewProejctConfigurationPanel
1 parent 54cb497 commit 70b97f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ You can create a new WordPress project via a wizard.
4848

4949
#### options
5050

51-
- Set format to project : set format option to project.properties
52-
- create wp-config.php : copy from wp-config-sample.php
51+
- Set format options for WordPress to this project : add format options for WordPress to project.properties
52+
- Create a wp-config.php : copy from wp-config-sample.php
5353

5454
### Custome Content Name
5555

src/org/netbeans/modules/php/wordpress/ui/wizards/Bundle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ NewProjectConfigurationPanel.useURLRadioButton.text=Use URL
44
NewProjectConfigurationPanel.useLocalFileRadioButton.text=Use Local file
55
NewProjectConfigurationPanel.localFileLabel.text=
66
NewProjectConfigurationPanel.urlLabel.text=
7-
NewProjectConfigurationPanel.formatCheckBox.text=Set format to project
8-
NewProjectConfigurationPanel.createConfigCheckBox.text=create wp-config.php
7+
NewProjectConfigurationPanel.formatCheckBox.text=Set format options for WordPress to this project
8+
NewProjectConfigurationPanel.createConfigCheckBox.text=Create a wp-config.php
99
CreateUnderscoresThemePanel.authorUriTextField.text=
1010
CreateUnderscoresThemePanel.descriptionTextField.text=
1111
CreateUnderscoresThemePanel.authorUriLabel.text=Author URI:

0 commit comments

Comments
 (0)