Author: adietish
Date: 2011-01-17 09:32:07 -0500 (Mon, 17 Jan 2011)
New Revision: 28302
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:31:50 UTC (rev 28301)
+++
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:32:07 UTC (rev 28302)
@@ -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 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.");
+ "The instance key you have chosen is not known 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) {