summaryrefslogtreecommitdiff
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
parentdfcc40bcae6d9501610f7ee2ffa5d08a7067b8d6 (diff)
i18n: Keep previous configuration
https://github.com/FreshRSS/FreshRSS/issues/1284
-rw-r--r--app/i18n/de/install.php2
-rw-r--r--app/i18n/en/install.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php
index eb0c2eb89..756929323 100644
--- a/app/i18n/de/install.php
+++ b/app/i18n/de/install.php
@@ -4,7 +4,7 @@ return array(
'action' => array(
'finish' => 'Installation fertigstellen',
'fix_errors_before' => 'Bitte Fehler korrigieren, bevor zum nächsten Schritt gesprungen wird.',
- 'keep_install' => 'Vorherige Installation beibehalten (Daten)',
+ 'keep_install' => 'Vorherige Konfiguration beibehalten',
'next_step' => 'Zum nächsten Schritt springen',
'reinstall' => 'Neuinstallation von FreshRSS',
),
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',
),