diff options
| author | 2016-10-07 17:28:05 +0200 | |
|---|---|---|
| committer | 2016-10-07 17:28:05 +0200 | |
| commit | 136d6fb0b4f0d08452dd172bf836988cba4184c9 (patch) | |
| tree | afbf4676b41ad88dd6f3b3387d939e7bd9576495 /app/i18n/it/install.php | |
| parent | 7ca759f2c7d8ee4fc5fd07bc236e795a93fb9d74 (diff) | |
| parent | 4efc8f76e6948e6102fc5b8f11f8027374d87a35 (diff) | |
Merge pull request #1286 from Alkarex/install-message
i18n: Keep previous configuration
Diffstat (limited to 'app/i18n/it/install.php')
| -rw-r--r-- | app/i18n/it/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', ), |
