Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/messages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/messages.properties b/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/messages.properties
index e00a3ca06..27508fbbe 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/messages.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/messages.properties
@@ -29,11 +29,11 @@ EndpointDiscoveryView_ERROR_MSG_SUFFIX=. See Error Log for details.
EndpointDiscoveryView_ERROR_RSA_START_FAILED=RSA start failed
EndpointDiscoveryView_IMPORT_REMOTE_SERVICE=Import Remote Service
EndpointDiscoveryView_IMPORT_REMOTE_SERVICE_TT=Import Remote Service into local framework
-EndpointDiscoveryView_OPEN_EDEF_FILE=Open EDEF File
-EndpointDiscoveryView_OPEN_EDEF_FILE_DIALOG=Open EDEF File...
-EndpointDiscoveryView_OPEN_EDEF_FILE_DIALOG_TT=Discover Endpoints by reading EDEF file
+EndpointDiscoveryView_OPEN_EDEF_FILE=Load Endpoints from File
+EndpointDiscoveryView_OPEN_EDEF_FILE_DIALOG=Load Endpoints from File...
+EndpointDiscoveryView_OPEN_EDEF_FILE_DIALOG_TT=Load Endpoints by reading EDEF file
EndpointDiscoveryView_REMOTE_HOST_NAME=Remote Host
-EndpointDiscoveryView_REMOVE_ENDPOINT=Undiscover and Remove Endpoint
+EndpointDiscoveryView_REMOVE_ENDPOINT=Undiscover Endpoint
EndpointDiscoveryView_REMOVE_ENDPOINT_QUESTION=Are you sure you want to remove this endpoint?
EndpointDiscoveryView_REMOVE_ENDPOINT_QUESTION_TITLE=Remove Endpoint
EndpointDiscoveryView_REMOVE_ENDPOINT_TT=Remove this endpoint

Back to the top