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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties

Issue 10790117: Check for conflicts between new function/method and other elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/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}

Powered by Google App Engine
This is Rietveld 408576698