Commit 3542b000ffdf318c8258c682c8e0f89b839bb51a
1 parent
3c9e699d
Merged in from DEV trunk...
KTS-2395 "Create index migration script" Updated. Internationalisation - missing closing i18n tag Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-2395 "Create index migration script" Updated. missing scheduler header Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7376 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
1 deletions
lib/upgrades/UpgradeFunctions.inc.php
templates/ktcore/search2/lucene_statistics.smarty
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | <tr><td>{i18n}Indexing coverage:{/i18n}</td><td>{$stats.indexingCoverage}</td></tr> |
| 14 | 14 | <tr><td>{i18n}Queue coverage:{/i18n}</td><td>{$stats.queueCoverage}</td></tr> |
| 15 | 15 | </table> |
| 16 | -<b>{i18n}Notes:</b><br> | |
| 16 | +<b>{i18n}Notes:{/i18n}</b><br> | |
| 17 | 17 | <table> |
| 18 | 18 | <tr><td valign=top>*<td>{i18n}Not all documents contain text. This will explain why the indexing coverage percentage my vary.{/i18n} |
| 19 | 19 | <tr><td valign=top>*<td>{i18n}The queue coverage indicates how many documents are in the queue in relation to the repository size.{/i18n} | ... | ... |