rephrase "estimated" time.

This commit is contained in:
j2blake 2011-12-06 22:05:34 +00:00
parent 750d77c31c
commit 5a24f48c15

View file

@ -19,6 +19,6 @@
</form> </form>
<#else> <#else>
<h3>The search index is currently being ${currentTask}.</h3> <h3>The search index is currently being ${currentTask}.</h3>
<p>since ${since?string("hh:mm:ss a, MMMM dd, yyyy")}, elapsed time ${elapsed}, expected total time ${expected}</p> <p>since ${since?string("hh:mm:ss a, MMMM dd, yyyy")}, elapsed time ${elapsed}, estimated total time ${expected}</p>
<p>Completed ${completedCount} out of ${totalToDo} index records.</p> <p>Completed ${completedCount} out of ${totalToDo} index records.</p>
</#if> </#if>