Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-06-07 16:06:51 +0000
committerMichael Valenta2005-06-07 16:06:51 +0000
commit4b6667be0f2e21c3e95b869ea244e5e434c72fa2 (patch)
tree8c87491403730c5e8834451bb341b26d71eab135 /bundles
parent362070558a6049623331920f31cf00ad9ff0b4ca (diff)
downloadeclipse.platform.team-4b6667be0f2e21c3e95b869ea244e5e434c72fa2.tar.gz
eclipse.platform.team-4b6667be0f2e21c3e95b869ea244e5e434c72fa2.tar.xz
eclipse.platform.team-4b6667be0f2e21c3e95b869ea244e5e434c72fa2.zip
Bug 98701 Pref Page Team/CVS/SSH2 Connection Method/Key Management/Export Via SFTP dialog
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/messages.properties b/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/messages.properties
index f9789830c..bf57d0edf 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/messages.properties
+++ b/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/messages.properties
@@ -44,8 +44,8 @@ CVSSSH2PreferencePage_99={0} does not exist.\nAre you sure you want to create it
CVSSSH2PreferencePage_100=Failed to create
CVSSSH2PreferencePage_104=Proxy host port must be a number between 0 and 65535.
CVSSSH2PreferencePage_105=E&xport Via SFTP...
-CVSSSH2PreferencePage_106=Export ssh key to remote server via sftp.
-CVSSSH2PreferencePage_107=Specify a target site(in user@host[:port] format) where your public key should be installed.\nYour key will be stored in user@host[:port]:~/.ssh/authorized_keys
+CVSSSH2PreferencePage_106=Export SSH Key to Remote Server Via SFTP
+CVSSSH2PreferencePage_107=Specify a target site (in user@host[:port] format) where your public key should be installed.\nYour key will be stored in user@host[:port]:~/.ssh/authorized_keys
CVSSSH2PreferencePage_108={0} is not valid site.
CVSSSH2PreferencePage_109=Your public key has been successfully installed to
CVSSSH2PreferencePage_110=Remote sshd is not from OpenSSH.

Back to the top