From 5a24f48c1500d2046213161d4d939592a3001675 Mon Sep 17 00:00:00 2001 From: j2blake Date: Tue, 6 Dec 2011 22:05:34 +0000 Subject: [PATCH] rephrase "estimated" time. --- webapp/web/templates/freemarker/body/admin/searchIndex.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/body/admin/searchIndex.ftl b/webapp/web/templates/freemarker/body/admin/searchIndex.ftl index 9ceb6c22f..372c89cc9 100644 --- a/webapp/web/templates/freemarker/body/admin/searchIndex.ftl +++ b/webapp/web/templates/freemarker/body/admin/searchIndex.ftl @@ -19,6 +19,6 @@ <#else>

The search index is currently being ${currentTask}.

-

since ${since?string("hh:mm:ss a, MMMM dd, yyyy")}, elapsed time ${elapsed}, expected total time ${expected}

+

since ${since?string("hh:mm:ss a, MMMM dd, yyyy")}, elapsed time ${elapsed}, estimated total time ${expected}

Completed ${completedCount} out of ${totalToDo} index records.