Author: adietish
Date: 2011-01-17 09:20:49 -0500 (Mon, 17 Jan 2011)
New Revision: 28300
Modified:
branches/jbosstools-3.2.0.CR1/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstanceWizard.java
Log:
corrected typo
Modified:
branches/jbosstools-3.2.0.CR1/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstanceWizard.java
===================================================================
---
branches/jbosstools-3.2.0.CR1/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstanceWizard.java 2011-01-17
14:20:11 UTC (rev 28299)
+++
branches/jbosstools-3.2.0.CR1/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstanceWizard.java 2011-01-17
14:20:49 UTC (rev 28300)
@@ -140,7 +140,7 @@
.openWarning(
getShell(),
"Instance key is not private key",
- "The instance key is not a key that's know as private key to the
ssh-subsystem. If the instance key is what you need to connect to you instance, you'll
have to download it and add it to the private keys in the SSH preferences.");
+ "The instance key is not a key that's know as private key to the
ssh-subsystem. If you need this key to connect to your instance, you'll have to
download it and add it to the private keys in the SSH preferences.");
}
} catch (FileNotFoundException e) {
Show replies by date