aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-06 17:41:01 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-06 17:41:01 +0200
commita1311900078ee56225fd574135e9dc9d5e3175dc (patch)
tree7582758c8f06dbeb7723c72f52a3b2c6b4a898a6 /app/i18n/en/install.php
parentdfcc40bcae6d9501610f7ee2ffa5d08a7067b8d6 (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.php2
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',
),