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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/projects/ProjectMessages.properties

Issue 10915083: Change assert implementation to not depend on a top-level function called 'assert'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 3 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/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 bb8977345fd70a2bb1c9e65930ff71ea64f98542..7eb382a8094ccbb6c7bdda35f5cdad68b087b613 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
@@ -25,5 +25,4 @@ OpenNewApplicationWizardAction_text=New Application
OpenNewApplicationWizardAction_tooltip=Create a new Dart application
OpenExistingFolderWizardAction_nesting_title=Open Problem
-OpenExistingFolderWizardAction_nesting_msg1=The folder ''{0}'' contains {1} which is already open in the workspace.
-OpenExistingFolderWizardAction_nesting_msg2=If you want access to ''{0}'', Delete (right click > Delete) {1} from the Editor and then open ''{0}'' again.
+OpenExistingFolderWizardAction_nesting_msg=The folder ''{0}'' contains {1} which is already open in the workspace. If you want access to ''{0}'', Delete (right click > Delete) {1} from the Editor and then open ''{0}'' again.

Powered by Google App Engine
This is Rietveld 408576698