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

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

Issue 10996036: Quick fixes 'Create class' and 'Create constructor' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/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 566c594a01ec3143c1165292736cb4a35a0b2ed0..2abd7372e920f88b2dd436049d1a8a765b5488f2 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
@@ -423,4 +423,6 @@ 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_addMethod_topLevel=Create method ''{0}''
+QuickFixProcessor_createClass=Create class ''{0}''
+QuickFixProcessor_createConstructor=Create constructor ''{0}''
+QuickFixProcessor_createMethod=Create method ''{0}''

Powered by Google App Engine
This is Rietveld 408576698