diff options
| author | 2014-09-24 13:56:40 +0200 | |
|---|---|---|
| committer | 2014-09-24 13:56:40 +0200 | |
| commit | bcb1e3750a9eee51070d602cc77def06f7f071c9 (patch) | |
| tree | 9af9bab0dcf0d3a6f45491631b17053c088ffe3b /app/i18n/en.php | |
| parent | 17f686095ddebe1a7c94fe665eddfdfef9696015 (diff) | |
More explicit message when deleting feeds or cats
Introduce "data-str-confirm" to override default message for confirm actions.
Fix https://github.com/marienfressinaud/FreshRSS/issues/625
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 e5def46be..1ceb7b1fa 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -368,6 +368,7 @@ return array ( 'login_required' => 'Login required:', 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!', + 'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You may lost related favorites and user queries. It cannot be cancelled!', 'notif_title_new_articles' => 'FreshRSS: new articles!', 'notif_body_new_articles' => 'There are \d new articles to read on FreshRSS.', |
