| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/handlers/HandlerMessages.properties
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/handlers/HandlerMessages.properties (revision 703)
|
| +++ editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/handlers/HandlerMessages.properties (working copy)
|
| @@ -5,3 +5,5 @@
|
| # Copied from plugin.properties; keep these in sync
|
| OpenFile_label= Open...
|
| OpenFile_description= Open a file and the application or library that contains it
|
| +OpenFile_errorMessage= Could not complete Open File operation
|
| +OpenFile_errorFileNotInLibrary= Cannot open {0} as it is not part of a library. Try creating a library and adding {0} to the library.
|
|
|