diff options
| author | 2013-11-07 22:30:49 +0100 | |
|---|---|---|
| committer | 2013-11-07 22:30:49 +0100 | |
| commit | fb6259f3750d7130d729b785a6e980005af0c921 (patch) | |
| tree | 6dcf3cf7126ba160cb365c1d8c430b867d702973 | |
| parent | fa13929db9758b27b0140057e8f6e844dce86361 (diff) | |
i18n anglais correction
Rapporté par aledeg
https://github.com/marienfressinaud/FreshRSS/pull/187#issuecomment-28008107
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 9366287c3..f1c1ed64a 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -217,7 +217,7 @@ return array ( 'forbidden_access' => 'Forbidden access', 'forbidden_access_description' => 'Access is password protected, please <a class="signin" href="#">sign in</a> to read your feeds.', - 'confirm_action' => 'Are you sure you want perform this action? It cannot be cancelled!', + 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!', // DATE 'january' => 'january', |
