| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/projects/ProjectMessages.properties
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/projects/ProjectMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/projects/ProjectMessages.properties
|
| index f0fefc5aa79d8c380b2b289922505ba2c8c21f87..524d27b5bf94ca9c38246d94ece3bf85b0bac830 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/projects/ProjectMessages.properties
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/projects/ProjectMessages.properties
|
| @@ -8,8 +8,10 @@ HideProjectAction_problems_title=Remove Problems
|
| HideProjectAction_text=Close Folder
|
| HideProjectAction_tooltip=Remove folders
|
| NewApplicationWizardPage_browse_label=Browse...
|
| -NewApplicationWizardPage_directory_label=Directory:
|
| -NewApplicationWizardPage_project_name_label=Name:
|
| +NewApplicationWizardPage_directory_label=Parent Directory:
|
| +NewApplicationWizardPage_directory_tooltip=The parent directory where the application will be created
|
| +NewApplicationWizardPage_project_name_label=Application Name:
|
| +NewApplicationWizardPage_project_name_tooltip=The name used to create the directory and files of the application
|
| NewProjectCreationPage_invalid_loc=Invalid location
|
| NewProjectCreationPage_NewProjectCreationPage_title=Dart Application
|
| NewApplicationWizardPage_error_existing=''{0}'' already exists in the specified directory
|
|
|