diff options
| author | 2014-12-10 23:16:12 +0100 | |
|---|---|---|
| committer | 2014-12-10 23:16:12 +0100 | |
| commit | 8a40a726575947c074216ad9084275e0195f9c30 (patch) | |
| tree | a27fa1d9d267a7c435449a9e7ef5a1fecff3c479 /app/views/helpers/javascript_vars.phtml | |
| parent | aa54f437950eb05d719d10b8be4e0f2648951845 (diff) | |
Fix i18n for logs, pagination and javascript vars
Logs first to avoid annoying message when refreshing log page
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
| -rw-r--r-- | app/views/helpers/javascript_vars.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml index 0961ac3fe..6577e0109 100644 --- a/app/views/helpers/javascript_vars.phtml +++ b/app/views/helpers/javascript_vars.phtml @@ -59,10 +59,10 @@ echo 'url={', "},\n"; echo 'i18n={', - 'confirmation_default:"', _t('confirm_action'), '",', - 'notif_title_articles:"', _t('notif_title_new_articles'), '",', - 'notif_body_articles:"', _t('notif_body_new_articles'), '",', - 'category_empty:"', _t('category_empty'), '"', + 'confirmation_default:"', _t('gen.js.confirm_action'), '",', + 'notif_title_articles:"', _t('gen.js.notif_title_new_articles'), '",', + 'notif_body_articles:"', _t('gen.js.notif_body_new_articles'), '",', + 'category_empty:"', _t('gen.js.category_empty'), '"', "},\n"; echo 'icons={', |
