diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/Controllers/entryController.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/Controllers/entryController.php')
| -rwxr-xr-x | app/Controllers/entryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 7881cb3ec..15e4aa3fd 100755 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -109,7 +109,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController { } if (!$this->ajax) { - Minz_Request::good(_t($is_read ? 'feedback.sub.articles.marked_read' : 'feedback.sub.articles.marked_unread'), + Minz_Request::good($is_read ? _t('feedback.sub.articles.marked_read') : _t('feedback.sub.articles.marked_unread'), array( 'c' => 'index', 'a' => 'index', |
