diff options
| author | 2015-05-17 11:53:49 +0200 | |
|---|---|---|
| committer | 2015-05-17 11:53:49 +0200 | |
| commit | 7a7f6edb15a6e8056818b180b5f67ab6b797fe35 (patch) | |
| tree | 535b6efaec219e7b40551ed02888e7dfc685f6d4 | |
| parent | 3d20c98cfc46d19b946a281ed63b4ee1837ba818 (diff) | |
| parent | af166f6c5344d727744e08d22f605cc57ec618f8 (diff) | |
Merge pull request #840 from Alwaysin/patch-6
Language fix
| -rw-r--r-- | app/i18n/en/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index 2bc6bd38f..742c73313 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -3,11 +3,11 @@ return array( 'action' => array( 'finish' => 'Complete installation', - 'fix_errors_before' => 'Fix errors before skip to the next step.', + 'fix_errors_before' => 'Please fix errors before before skipping to the next step.', 'next_step' => 'Go to the next step', ), 'auth' => array( - 'email_persona' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', + 'email_persona' => 'Login email address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', 'form' => 'Web form (traditional, requires JavaScript)', 'http' => 'HTTP (for advanced users with HTTPS)', 'none' => 'None (dangerous)', @@ -91,7 +91,7 @@ return array( 'congratulations' => 'Congratulations!', 'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>', 'delete_articles_after' => 'Remove articles after', - 'fix_errors_before' => 'Fix errors before skip to the next step.', + 'fix_errors_before' => 'Please fix errors before before skipping to the next step.', 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', 'language' => array( '_' => 'Language', |
