Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-12-03 22:41:28 +0000
committerslewis2008-12-03 22:41:28 +0000
commita867d0849896b5a4eaed69e29f0727f89ca1ba30 (patch)
tree8927fbc234386a20725612f9877016dda5146e96 /framework/bundles/org.eclipse.ecf.filetransfer.ui
parent3ebfcda0e30f8610351818bbad3e99fbe972d3e3 (diff)
downloadorg.eclipse.ecf-a867d0849896b5a4eaed69e29f0727f89ca1ba30.tar.gz
org.eclipse.ecf-a867d0849896b5a4eaed69e29f0727f89ca1ba30.tar.xz
org.eclipse.ecf-a867d0849896b5a4eaed69e29f0727f89ca1ba30.zip
Changed example for absolutepath for clarity
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.filetransfer.ui')
-rw-r--r--framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/messages.properties b/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/messages.properties
index 4802b6fba..4dc7ac870 100644
--- a/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/messages.properties
+++ b/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/messages.properties
@@ -31,7 +31,7 @@ FileTransfersView_YES=yes
StartFileDownloadDialog.FILE_EXISTS_MESSAGE=File {0} already exists. Overwrite?
StartFileDownloadDialog.FILE_EXISTS_TITLE=File Exists
StartFileDownloadDialog.FileTransfer=Start File Download
-StartFileDownloadDialog.Source=Enter URL of File to Download\n e.g. http://host/path/file, https://host/path/file\n or scp://host/userpath/file, scp://host//abspath/file
+StartFileDownloadDialog.Source=Enter URL of File to Download\n e.g. http://host/path/file, https://host/path/file\n or scp://host/userpath/file, scp://host//absolutepath/file
StartFileDownloadDialog.MalformedURLException={0} is not a valid URL
StartFileDownloadDialog.Browse=Browse...
StartFileDownloadDialog.DOWNLOAD_BUTTON=Download

Back to the top