diff options
| author | 2016-10-06 17:41:01 +0200 | |
|---|---|---|
| committer | 2016-10-06 17:41:01 +0200 | |
| commit | a1311900078ee56225fd574135e9dc9d5e3175dc (patch) | |
| tree | 7582758c8f06dbeb7723c72f52a3b2c6b4a898a6 /app/i18n/en/install.php | |
| parent | dfcc40bcae6d9501610f7ee2ffa5d08a7067b8d6 (diff) | |
i18n: Keep previous configuration
https://github.com/FreshRSS/FreshRSS/issues/1284
Diffstat (limited to 'app/i18n/en/install.php')
| -rw-r--r-- | app/i18n/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index 54ce8edb2..ca9cfbd20 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -4,7 +4,7 @@ return array( 'action' => array( 'finish' => 'Complete installation', 'fix_errors_before' => 'Please fix errors before skipping to the next step.', - 'keep_install' => 'Keep previous installation', + 'keep_install' => 'Keep previous configuration', 'next_step' => 'Go to the next step', 'reinstall' => 'Reinstall FreshRSS', ), |
