[jbosstools-commits] JBoss Tools SVN: r43998 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Sep 25 10:33:58 EDT 2012
Author: adietish
Date: 2012-09-25 10:33:58 -0400 (Tue, 25 Sep 2012)
New Revision: 43998
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
Log:
corrected missing space btw. <username> and "via SSH key management"
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-09-25 14:33:47 UTC (rev 43997)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-09-25 14:33:58 UTC (rev 43998)
@@ -287,10 +287,10 @@
if (wizardModel.hasUser()) {
sshLink.setText("Make sure that you have SSH keys added to your OpenShift account "
+ wizardModel.getUser().getUsername()
- + "via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
+ + " via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
} else {
- sshLink.setText("Make sure that you have SSH keys added to your OpenShift account "
- + "via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
+ sshLink.setText("Make sure that you have SSH keys added to your OpenShift account"
+ + " via <a>SSH Keys wizard</a> and that the private keys are listed in <a>SSH2 Preferences</a>");
}
sshLink.getParent().layout(true, true);
}
More information about the jbosstools-commits
mailing list