[jbosstools-commits] JBoss Tools SVN: r43877 - 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
Thu Sep 20 13:54:45 EDT 2012


Author: adietish
Date: 2012-09-20 13:54:44 -0400 (Thu, 20 Sep 2012)
New Revision: 43877

Modified:
   trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
Log:
[JBIDE-11912] corrected typo

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-20 17:52:21 UTC (rev 43876)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java	2012-09-20 17:54:44 UTC (rev 43877)
@@ -200,7 +200,7 @@
 		Link sshManagementLink = new Link(parent, SWT.NONE);
 		sshManagementLink.setText(
 				"Please make sure that you have SSH keys added to your OpenShift account.\n" +
-						"You may check them in the <a>SSH2 keys wizard</a>");
+						"You may check them in the <a>SSH2 keys wizard</a>.");
 		GridDataFactory.fillDefaults()
 				.align(SWT.FILL, SWT.CENTER).grab(true, false).indent(10,0).applyTo(sshManagementLink);
 		sshManagementLink.addSelectionListener(onManageSSHKeys());



More information about the jbosstools-commits mailing list