summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 251125af3e..af28e682c4 100644
--- a/index.php
+++ b/index.php
@@ -141,7 +141,7 @@ if ($ctype === 'user') {
}
if ($WT_TREE->getPreference('SHOW_COUNTER')) {
- echo '<span>' . I18N::translate('Hit count:') . ' ' . $hitCount . '</span>';
+ echo '<span>' . /* I18N: The number of [...] */ I18N::translate('Page views') . ' ' . $hitCount . '</span>';
}
echo '</div></div>';