# HG changeset patch # User hmichel@netbeans.org # Date 1236177092 10800 # Node ID 2fdb47a76b6d183ee1a0168f5c73cba1fe58dc0d # Parent c916b3170f5669b67172bc2c5fb60a25bdcfda9f #149100 - 'ProjectFolder' label without whitespace for free form project properties diff -r c916b3170f56 -r 2fdb47a76b6d ant.freeform/src/org/netbeans/modules/ant/freeform/ui/Bundle.properties --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/Bundle.properties Tue Mar 03 20:39:19 2009 -0300 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/Bundle.properties Wed Mar 04 11:31:32 2009 -0300 @@ -138,7 +138,7 @@ UTA_TITLE={0} - {1} GeneralInformationPanel.panelLabel.text=General Project Information GeneralInformationPanel.contentsFolderLabel.text=Contents Folder: -GeneralInformationPanel.projectFolderLabel.text=ProjectFolder: +GeneralInformationPanel.projectFolderLabel.text=Project Folder: GeneralInformationPanel.buildScriptLabel.text=Build script: Freeform_Warning_Message=The free-form project type uses your existing Ant script to run all project actions, such as Clean, Build, and Run. Changing the build process requires editing the Ant build script manually. Consider using the "Project with Existing Sources" project template for easier long-term maintenance of your project. LBL_Mapping_Of_General_Actions=Mapping of General Project Actions to targets in custom build script