Skip to content

Commit c38d32b

Browse files
committed
Tweak Index Queue module wording
Change-Id: I9926aed16652d5850e621fc7ba2b65e7cf8c9347
1 parent c1a6861 commit c38d32b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Resources/Private/Language/locallang.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<trans-unit id="solr.backend.index_queue_module.status.errors" xml:space="preserve">
5454
<source> Errors:</source>
5555
</trans-unit>
56-
<trans-unit id="solr.backend.index_queue_module.status.headline" xml:space="preserve">
57-
<source>Index Queue Status</source>
56+
<trans-unit id="solr.backend.index_queue_module.status.header" xml:space="preserve">
57+
<source>Indexing Progress</source>
5858
</trans-unit>
5959
<trans-unit id="solr.backend.index_queue_module.status.indexed" xml:space="preserve">
6060
<source> Indexed:</source>
@@ -65,8 +65,8 @@
6565
<trans-unit id="solr.backend.index_queue_module.header_init" xml:space="preserve">
6666
<source>Index Queue Initialization</source>
6767
</trans-unit>
68-
<trans-unit id="solr.backend.index_queue_module.header_errors" xml:space="preserve">
69-
<source>Errors</source>
68+
<trans-unit id="solr.backend.index_queue_module.header_status" xml:space="preserve">
69+
<source>Index Queue Status</source>
7070
</trans-unit>
7171
<trans-unit id="solr.backend.index_queue_module.button.clear_index_queue" xml:space="preserve">
7272
<source>Clear Index Queue</source>

Resources/Private/Templates/IndexQueueModule/Index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2>
3737
</script>
3838

3939
<h2>
40-
<f:translate key="solr.backend.index_queue_module.header_errors"/>
40+
<f:translate key="solr.backend.index_queue_module.header_status"/>
4141
</h2>
4242

4343
<div class="row-fluid">
@@ -88,7 +88,7 @@ <h2>
8888

8989
<div class="span4 well stats_container">
9090
<h2>
91-
<f:translate key="solr.backend.index_queue_module.status.headline" />
91+
<f:translate key="solr.backend.index_queue_module.status.header" />
9292
</h2>
9393

9494
<canvas id="indexqueue_stats_chart" width="100" height="100"></canvas>

0 commit comments

Comments
 (0)