aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/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/de/install.php
parentdfcc40bcae6d9501610f7ee2ffa5d08a7067b8d6 (diff)
i18n: Keep previous configuration
https://github.com/FreshRSS/FreshRSS/issues/1284
Diffstat (limited to 'app/i18n/de/install.php')
-rw-r--r--app/i18n/de/install.php2
1 files changed, 1 insertions, 1 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',
),