diff options
| author | 2016-10-06 17:43:09 +0200 | |
|---|---|---|
| committer | 2016-10-06 17:43:09 +0200 | |
| commit | 4efc8f76e6948e6102fc5b8f11f8027374d87a35 (patch) | |
| tree | ea6be86e9baf559bb7c6a34a6710d982305866d1 | |
| parent | a1311900078ee56225fd574135e9dc9d5e3175dc (diff) | |
i18n italian keep previous installation
| -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 e7ea61d23..f8c26e2ed 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', ), |
