aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-08-10 17:53:24 +0100
committerStruan Donald <struan@exo.org.uk>2011-08-10 17:53:24 +0100
commitf751e4d65ee79e8426ef6e7a11327de158d590a3 (patch)
treea96004226ea0aa7052247a83a34767da724e8fcb
parent94b3e2ebcd5a972bf72f62e2770d1a9a11c8ff24 (diff)
update wording for more clarity
-rw-r--r--templates/web/default/admin/stats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/stats.html b/templates/web/default/admin/stats.html
index 07a464c47..ccd41601a 100644
--- a/templates/web/default/admin/stats.html
+++ b/templates/web/default/admin/stats.html
@@ -2,11 +2,11 @@
[% IF show_count %]
<p>
-<strong>[% tprintf( loc( '%sReports between %s and %s' ), ( unconfirmed ? '' : loc( 'Confirmed' ) _ ' ' ), start_date.ymd, end_date.ymd ) | html %]</strong>
+<strong>[% tprintf( loc( '%sreports between %s and %s' ), ( unconfirmed ? loc( 'All' ) _ ' ' : loc( 'Confirmed' ) _ ' ' ), start_date.ymd, end_date.ymd ) | html %]</strong>
</p>
<table>
<thead>
- <td style="width: 8em"><strong>[% loc('State') %]</strong></td>
+ <td style="width: 8em"><strong>[% loc('Current state') %]</strong></td>
<td><strong>[% loc('Count') %]</strong></td>
</thead>
[% total = 0 %]