aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/i18n/de/install.php2
-rw-r--r--app/i18n/en/install.php2
-rw-r--r--app/i18n/it/install.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php
index f2a597d29..178e8ea4c 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 3cb85ce10..55afba0ca 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',
),
diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php
index 440d22af3..b907bd51c 100644
--- a/app/i18n/it/install.php
+++ b/app/i18n/it/install.php
@@ -4,7 +4,7 @@ return array(
'action' => array(
'finish' => 'Installazione completata',
'fix_errors_before' => 'Per favore correggi gli errori prima di passare al passaggio successivo.',
- 'keep_install' => 'Mantieni installazione precedente',
+ 'keep_install' => 'Mantieni configurazione precedente',
'next_step' => 'Vai al prossimo passaggio',
'reinstall' => 'Reinstalla FreshRSS',
),