Merge r8838, r8843 from maint-rel-vivo-1.3

This commit is contained in:
ryounes 2011-07-26 20:36:07 +00:00
parent 655d92284c
commit 28864168b9
2 changed files with 2 additions and 2 deletions

View file

@ -204,7 +204,7 @@ public class IndexBuilder extends Thread {
log.debug("Checking if the index is empty"); log.debug("Checking if the index is empty");
if(indexBuilder.indexer.isIndexEmpty()){ if(indexBuilder.indexer.isIndexEmpty()){
log.info("Index is empty. Running a full index rebuild!"); log.info("Search index is empty. Running a full index rebuild.");
indexBuilder.doIndexRebuild(); indexBuilder.doIndexRebuild();
} }
} }

View file

@ -27,7 +27,7 @@
<label for="pretty-url">Pretty URL<span class="requiredHint"> *</span></label> <label for="pretty-url">Pretty URL<span class="requiredHint"> *</span></label>
<input type="text" name="prettyUrl" value="${prettyUrl}" role="input" /> <input type="text" name="prettyUrl" value="${prettyUrl}" role="input" />
<p class="note">(Format: /<prettyURL> - ie. /people)</p> <p class="note">(Format: /<prettyURL> - e.g., /people)</p>
<p>Template<span class="requiredHint"> *</span></p> <p>Template<span class="requiredHint"> *</span></p>