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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. 1 # Copyright (c) 2011, the Dart project authors.
2 2
3 OpenFile_taskName=Opening selected file... 3 OpenFile_taskName=Opening selected file...
4 4
5 # Copied from plugin.properties; keep these in sync 5 # Copied from plugin.properties; keep these in sync
6 OpenFile_label= Open... 6 OpenFile_label= Open...
7 OpenFile_description= Open a file and the application or library that contains i t 7 OpenFile_description= Open a file and the application or library that contains i t
8 OpenFile_errorMessage= Could not complete Open File operation
9 OpenFile_errorFileNotInLibrary= Cannot open {0} as it is not part of a library. Try creating a library and adding {0} to the library.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698