diff options
| author | 2014-07-07 19:21:57 -0400 | |
|---|---|---|
| committer | 2014-07-07 19:34:47 -0400 | |
| commit | 21d8c03ac969d93b9a0d29ee5cb8cd2f5630bdb8 (patch) | |
| tree | 3722c027e5d108a880e811d882c0afcf488aec1d /app/i18n/en.php | |
| parent | 92f1d6d6581061fe81bdd44f5c82086ea03dd2fb (diff) | |
Add a configuration parameter
Add a parameter to choose wether or not the user want to display a confirmation dialog when clicking on "mark all as read" actions.
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 b9aff9d73..8634f99b5 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -264,6 +264,7 @@ return array ( 'bottom_line' => 'Bottom line', 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', 'sticky_post' => 'Stick the article to the top when opened', + 'reading_confirm' => 'Display a confirmation dialog on “mark all as read” actions', 'auto_read_when' => 'Mark article as read…', 'article_viewed' => 'when article is viewed', 'article_open_on_website' => 'when article is opened on its original website', |
