| 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 0fb11916f693eea80d759f5b6cccab5517d2ad3e..efe89567f21d952cb9bb10d4f835784e549c3866 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
|
| @@ -25,6 +25,8 @@ Checks_Choose_name=Choose a name.
|
| # Rename refactoring
|
| #########################################################################################
|
| # General rename refactoring
|
| +RenameProcessor_wordRenamed=renamed
|
| +RenameProcessor_wordCreated=created
|
| RenameProcessor_willBecomePrivate=Renamed {0} will become private, so will be not visible in library ''{1}''
|
| RenameProcessor_notLocal=Only workspace references will be changed for {0} defined outside of workspace, in library ''{1}'' in file ''{2}''.
|
| RenameProcessor_elementTypeName={0,choice,8#type|10#field|11#method|13#import prefix|14#function|15#function type alias|17#variable|19#type parameter}
|
|
|