diff options
| author | 2014-10-02 09:31:54 +0200 | |
|---|---|---|
| committer | 2014-10-02 09:31:54 +0200 | |
| commit | 7be9613fa6bf4718e700d01f58f599c8d50e1501 (patch) | |
| tree | 01a5cacad7b9b88ac18c2b680ede108dffde5c79 /app/i18n/en.php | |
| parent | 1bbbc17636c24673a527fbf9b3c35b35010b04e2 (diff) | |
| parent | fc6a3c2fd223d3c723c534768238182c917a2318 (diff) | |
Merge pull request #642 from aledeg/stats
Improve statistics
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 98f611c13..28104196e 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -56,6 +56,7 @@ return array ( 'stats_entry_per_hour' => 'Per hour', 'stats_entry_per_day_of_week' => 'Per day of week', 'stats_entry_per_month' => 'Per month', + 'stats_percent_of_total' => '%% of total', 'last_week' => 'Last week', 'last_month' => 'Last month', |
