diff options
| author | 2015-05-17 12:32:46 +0200 | |
|---|---|---|
| committer | 2015-05-17 12:32:46 +0200 | |
| commit | cad42ea55f8f974899328bed74cf2b9d7fffe4a2 (patch) | |
| tree | 276a0e621acf49c73370a36cf41ce253db8cbd51 | |
| parent | 7a7f6edb15a6e8056818b180b5f67ab6b797fe35 (diff) | |
i18n: en-GB revert
https://github.com/FreshRSS/FreshRSS/commit/af166f6c5344d727744e08d22f605cc57ec618f8#commitcomment-11229341
| -rw-r--r-- | app/i18n/en/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index 742c73313..d4137309a 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -3,7 +3,7 @@ return array( 'action' => array( 'finish' => 'Complete installation', - 'fix_errors_before' => 'Please fix errors before before skipping to the next step.', + 'fix_errors_before' => 'Please fix errors before skipping to the next step.', 'next_step' => 'Go to the next step', ), 'auth' => array( @@ -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' => 'Please fix errors before before skipping to the next step.', + 'fix_errors_before' => 'Please fix errors before skipping to the next step.', 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', 'language' => array( '_' => 'Language', |
