| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
|
| index 315a9e22ef59631fbe85024bb4ccc7878fac4598..e7253c569a5bbdb637693eb4539de91e0cea1972 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
|
| @@ -1,3 +1,4 @@
|
| +# Copyright (c) 2012, the Dart project authors. All Rights Reserved.
|
| ###############################################################################
|
| # Copyright (c) 2000, 2011 IBM Corporation and others.
|
| # All rights reserved. This program and the accompanying materials
|
| @@ -74,6 +75,7 @@ RenameTypeParameterProcessor_typeParameter_already_defined=Type parameter with n
|
| RenameFieldProcessor_name=Rename Field
|
| # Rename type method
|
| RenameMethodProcessor_name=Rename Method
|
| +RenameMethodProcessor_isCall=Method 'call' cannot be renamed
|
|
|
| #########################################################################################
|
| # Extract local variable refactoring
|
|
|