diff options
| author | 2014-09-29 18:26:28 -0400 | |
|---|---|---|
| committer | 2014-09-29 18:26:28 -0400 | |
| commit | 3d288eb170091c2679cac34ee09e850b56e46861 (patch) | |
| tree | 253af2747ee7c73f915fbc3b4d4dfd6be4fee442 /app/i18n/en.php | |
| parent | c14162221365077bcaeecde7127806190490dd58 (diff) | |
Add percent of total on top 10 feeds
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 beba02c4d..0d3654744 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', |
