You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2015/01/05 17:29:16 UTC

svn commit: r1649576 - /sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java

Author: bdelacretaz
Date: Mon Jan  5 16:29:16 2015
New Revision: 1649576

URL: http://svn.apache.org/r1649576
Log:
SLING-3501 - tweak webconsole form label

Modified:
    sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java

Modified: sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java?rev=1649576&r1=1649575&r2=1649576&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java (original)
+++ sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java Mon Jan  5 16:29:16 2015
@@ -228,7 +228,7 @@ public class HealthCheckWebconsolePlugin
         c.closeTr();
 
         c.tr();
-        c.tdLabel("Combine tags with logical 'or'");
+        c.tdLabel("Combine tags with logical 'OR' instead of the default 'AND'");
         c.tdContent();
         c.writer().print("<input type='checkbox' name='" + PARAM_COMBINE_TAGS_WITH_OR + "' class='input' value='true'");
         if (combineTagsWithOr) {