mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
[188189] externalize strings for "create remote project"
This commit is contained in:
parent
ccc15bddbc
commit
79e57ab60f
2 changed files with 5 additions and 2 deletions
|
@ -19,3 +19,6 @@
|
|||
|
||||
pluginName = RSE Eclipse Filesystem (EFS) Provider
|
||||
providerName = Eclipse.org
|
||||
|
||||
createRemoteProject.label = Create Remote Project
|
||||
createRemoteProject.tooltip = Create a remote project using this folder
|
||||
|
|
|
@ -41,8 +41,8 @@ Kushal Munir (IBM) - Changed paths to reflect internal packages
|
|||
<objectState name="isdirectory" value="true"/>
|
||||
</visibility>
|
||||
<action
|
||||
label="Create Remote Project"
|
||||
tooltip="%ImportToProject.tooltip"
|
||||
label="%CreateRemoteProject.label"
|
||||
tooltip="%CreateRemoteProject.tooltip"
|
||||
class="org.eclipse.rse.internal.eclipse.filesystem.ui.actions.CreateRemoteProjectActionDelegate"
|
||||
menubarPath="group.importexport"
|
||||
enablesFor="1"
|
||||
|
|
Loading…
Add table
Reference in a new issue