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