diff options
| author | 2014-09-17 21:19:48 +0200 | |
|---|---|---|
| committer | 2014-09-17 21:19:48 +0200 | |
| commit | de5c0bc00962175198aeefabefa514415a448d61 (patch) | |
| tree | 60e7af90637391fc82950772e066542007cb96fd /app/i18n/install.en.php | |
| parent | fc86d14ade745ca65f8ec8e6eaa0fb4c817961a2 (diff) | |
Misc minor details + a few i18n corrections
https://github.com/marienfressinaud/FreshRSS/issues/618
Diffstat (limited to 'app/i18n/install.en.php')
| -rw-r--r-- | app/i18n/install.en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/install.en.php b/app/i18n/install.en.php index 487b5073a..c422de90f 100644 --- a/app/i18n/install.en.php +++ b/app/i18n/install.en.php @@ -43,7 +43,7 @@ return array ( 'persona_is_ok' => 'Permissions on Mozilla Persona directory are good', 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into', 'http_referer_is_ok' => 'Your HTTP REFERER is known and corresponds to your server.', - 'http_referer_is_nok' => 'Please check you are not altering your HTTP REFERER.', + 'http_referer_is_nok' => 'Please check that you are not altering your HTTP REFERER.', 'fix_errors_before' => 'Fix errors before skip to the next step.', 'general_conf_is_ok' => 'General configuration has been saved.', |
