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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties

Issue 11066004: Issue 5628. Quick fixes should suggest to use existing element with close name (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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/text/correction/CorrectionMessages.properties
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
index 2abd7372e920f88b2dd436049d1a8a765b5488f2..db59cac42497c6a4677dc9301bd7525cb538156b 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
@@ -422,7 +422,8 @@ VarargsWarningsSubProcessor_remove_safevarargs_label=Remove @SafeVarargs
QuickFixProcessor_useStaticAccess_method=Change access to static using ''{0}''
QuickFixProcessor_importLibrary=Import library ''{0}''
-QuickFixProcessor_importLibrary_addPrefix=Use imported library ''{0}'' with prefix ''{1}''
+QuickFixProcessor_importLibrary_addPrefix=Use imported library {0} with prefix ''{1}''
QuickFixProcessor_createClass=Create class ''{0}''
QuickFixProcessor_createConstructor=Create constructor ''{0}''
QuickFixProcessor_createMethod=Create method ''{0}''
+QuickFixProcessor_changeTo=Change to ''{0}''

Powered by Google App Engine
This is Rietveld 408576698