Author: rombert
Date: Fri Sep 19 13:50:33 2014
New Revision: 1626217
URL: http://svn.apache.org/r1626217
Log:
Fix typo in InstallEditorSection
Modified:
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/internal/InstallEditorSection.java
Modified:
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/internal/InstallEditorSection.java
URL:
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/internal/InstallEditorSection.java?rev=1626217&r1=1626216&r2=1626217&view=diff
==============================================================================
---
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/internal/InstallEditorSection.java
(original)
+++
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/internal/InstallEditorSection.java
Fri Sep 19 13:50:33 2014
@@ -289,7 +289,7 @@ public class InstallEditorSection extend
private void updateActionArea(Version serverVersion, final Version
embeddedVersion) {
if (serverVersion == null || embeddedVersion.compareTo(serverVersion)
> 0) {
supportBundleVersionLabel
- .setText("Installation support bundle is not present our
outdated, deployment will not work");
+ .setText("Installation support bundle is not present or
outdated, deployment will not work");
installOrUpdateSupportBundleLink.setText("(Install)");
installOrUpdateSupportBundleLink.setEnabled(true);
} else {