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

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

Issue 10828389: Enhance 'Create Method' Quick Fix. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 4883743b200c98e9a2fad39e46ff5a9be1b0e32f..50e7882b3ec3a036f986d8bb02b372727e37f76c 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
@@ -418,4 +418,4 @@ 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 function ''{0}''
+QuickFixProcessor_addMethod_topLevel=Create method ''{0}''

Powered by Google App Engine
This is Rietveld 408576698