Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-04-10 17:27:50 +0000
committerslewis2015-04-10 17:27:50 +0000
commit8934aaf064dd1a566ab364497c47ddaa9cf2cc12 (patch)
treeabedeadeeac2be079e7da1241c52ec33a8e4eaba
parentb46b9c175e27687bd663e821aa74df5239434376 (diff)
downloadorg.eclipse.ecf-8934aaf064dd1a566ab364497c47ddaa9cf2cc12.tar.gz
org.eclipse.ecf-8934aaf064dd1a566ab364497c47ddaa9cf2cc12.tar.xz
org.eclipse.ecf-8934aaf064dd1a566ab364497c47ddaa9cf2cc12.zip
Changes to menu item wording for consistency
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/messages.properties10
1 files changed, 5 insertions, 5 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 8e9fc5d56..e00a3ca06 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
@@ -12,13 +12,13 @@ DiscoveryComponent_ERROR_MSG_CANNOT_FIND_RSA_BUNDLE=Cannot find ECF RSA bundle t
EndpointConfigTypesNode_0=Supported Configs
EndpointConnectTargetIDNode_CONNECT_TARGET_ID_PROP_NAME=Connect Target ID
EndpointContainerIDNode_CONTAINER_ID_PROP_NAME=Container ID
-EndpointDiscoveryView_CLOSE_IMPORTED_REMOTE_SERVICE_TT=Close the Previously-Imported Remote Service
+EndpointDiscoveryView_CLOSE_IMPORTED_REMOTE_SERVICE_TT=Unimport the Previously-Imported Remote Service
EndpointDiscoveryView_COPY_PROPERTY_NAME=Copy Property Name
EndpointDiscoveryView_COPY_PROPERTY_VALUE=Copy Property Value
EndpointDiscoveryView_ENDPOINT_MSGBOX_TITLE=EndpointDescriptionNode Discovery
EndpointDiscoveryView_ENDPOINT_ROOT_NAME=Discovered Endpoints
-EndpointDiscoveryView_ERROR_MSG_CANNOT_CLOSE_IR=Cannote close import registration
-EndpointDiscoveryView_ERROR_MSG_CANNOT_CLOSE_IR_PREFIX=Cannot close import registration exception:
+EndpointDiscoveryView_ERROR_MSG_CANNOT_CLOSE_IR=Cannot unimport imported service
+EndpointDiscoveryView_ERROR_MSG_CANNOT_CLOSE_IR_PREFIX=Cannot imported service exception:
EndpointDiscoveryView_ERROR_MSG_ENDPOINT_PARSING_FAILED=Endpoint description parsing failed
EndpointDiscoveryView_ERROR_MSG_ENDPOINT_PARSING_FAILED_PREFIX=Endpoint description parsing failed with exception
EndpointDiscoveryView_ERROR_MSG_RSA_IMPORTSERVICE_FAILED=RSA importService failed
@@ -33,13 +33,13 @@ 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_REMOTE_HOST_NAME=Remote Host
-EndpointDiscoveryView_REMOVE_ENDPOINT=Remove/Undiscover Endpoint
+EndpointDiscoveryView_REMOVE_ENDPOINT=Undiscover and Remove 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
EndpointDiscoveryView_START_RSA=Start RSA
EndpointDiscoveryView_START_RSA_SERVICE=Start RemoteServiceAdmin Service
-EndpointDiscoveryView_CLOSE_IMPORTED_REMOTE_SERVICE=Close Imported Remote Service
+EndpointDiscoveryView_CLOSE_IMPORTED_REMOTE_SERVICE=Unimport Remote Service
EndpointFrameworkIDNode_FRAMEWORK_ID_PROP_NAME=Framework ID
EndpointIDNode_ENDPOINT_ID_PROP_NAME=Endpoint ID
EndpointIntentsNode_INTENTS_PROP_NAME=Intents

Back to the top