File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
bundles/org.eclipse.ltk.ui.refactoring Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,7 @@ renameResource.description=Rename the selected resource and notify LTK participa
2929renameResource.commandParameter.newName =Selected resource's new name.
3030
3131contentMergeViewers.refactoring.label =Refactoring Compare
32+
33+ copyProject.name = Copy Project LTK
34+ copyProject.commandParameter.newName = Selected project's new name.
35+ copyProject.commandParameter.newLocation = Location of the new project.
Original file line number Diff line number Diff line change 136136 categoryId =" org.eclipse.ltk.ui.category.refactoring"
137137 defaultHandler =" org.eclipse.ltk.internal.ui.refactoring.actions.CopyProjectHandler"
138138 id =" org.eclipse.ltk.ui.refactoring.commands.copyProject"
139- name =" Copy Project LTK " >
139+ name =" %copyProject.name " >
140140 <commandParameter
141141 id =" org.eclipse.ltk.ui.refactoring.commands.copyProject.newName.parameter.key"
142142 name =" %copyProject.commandParameter.newName"
149149 </commandParameter >
150150 </command >
151151 </extension >
152- </plugin >
152+ </plugin >
You can’t perform that action at this time.
0 commit comments