Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/handlers/HandlerMessages.properties

Issue 8395010: fix for opening a file that does not belong to a library (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698