| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/RefactoringMessages.properties
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/RefactoringMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/RefactoringMessages.properties
|
| index f6d075a3e49598de2bec2147cd496931324d1181..539642665d926b1b8024ac9f3d2f089831bc5c76 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/RefactoringMessages.properties
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/RefactoringMessages.properties
|
| @@ -61,6 +61,18 @@ RenameTypeWizardInputPage_description=Enter the new name for this type.
|
| RenameResourceParticipant_name=Update resource references in Dart source
|
|
|
|
|
| +#########################################################################################
|
| +# Extract local variable refactoring
|
| +#########################################################################################
|
| +ExtractLocalAction_label=Extract &Local Variable...
|
| +ExtractLocalAction_dialog_title=Extract Local Variable
|
| +ExtractLocalWizard_defaultPageTitle=Extract Local Variable
|
| +ExtractLocalInputPage_enter_name=Enter a name for the new local variable
|
| +ExtractLocalInputPage_variable_name=&Variable name:
|
| +ExtractLocalInputPage_replace_all=&Replace all occurrences of the selected expression with references to the local variable
|
| +
|
| +
|
| +
|
|
|
|
|
|
|
| @@ -156,10 +168,6 @@ SelfEncapsulateFieldInputPage_usenewsetter_label=(new getter created)
|
| # Misc
|
| #######################################
|
|
|
| -ExtractTempWizard_defaultPageTitle=Extract Local Variable
|
| -ExtractTempInputPage_enter_name=Enter a name for the new local variable
|
| -ExtractTempInputPage_variable_name=&Variable name:
|
| -ExtractTempInputPage_replace_all=&Replace all occurrences of the selected expression with references to the local variable
|
| ExtractTempInputPage_declare_final=&Declare the local variable as \'final\'
|
| ExtractTempInputPage_extract_local=Extract local variable
|
|
|
| @@ -185,9 +193,6 @@ PullUpInputPage_pull_Up=Pull Up
|
| PullUpInputPage_pull_up1=Pull Up Methods
|
| PullUpInputPage_exception=An unexpected exception occurred. See the error log for more details
|
|
|
| -ExtractTempAction_label=Extract &Local Variable...
|
| -ExtractTempAction_extract_temp=Extract Local Variable
|
| -
|
| ConvertLocalToField_label=Con&vert Local Variable to Field...
|
| ConvertLocalToField_title=Convert Local Variable to Field
|
|
|
|
|