1
0
Fork 0
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:
David Dykstal 2007-05-22 00:22:09 +00:00
parent ccc15bddbc
commit 79e57ab60f
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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"