diff options
| author | 2016-10-06 17:21:20 +0200 | |
|---|---|---|
| committer | 2016-10-06 17:21:20 +0200 | |
| commit | ad58ae923cbb4a49745719056e06a7c19c50bf36 (patch) | |
| tree | dbd1cf899db0bb13f1cb503004e8f364a9459cb0 /app/i18n/it/install.php | |
| parent | dfcc40bcae6d9501610f7ee2ffa5d08a7067b8d6 (diff) | |
Update php-* extension names
https://github.com/FreshRSS/FreshRSS/issues/1283
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 e7ea61d23..440d22af3 100644 --- a/app/i18n/it/install.php +++ b/app/i18n/it/install.php @@ -41,7 +41,7 @@ return array( 'ok' => 'Libreria richiesta per il controllo dei caratteri presente (ctype).', ), 'curl' => array( - 'nok' => 'Manca il supporto per cURL (pacchetto php5-curl).', + 'nok' => 'Manca il supporto per cURL (pacchetto php-curl).', 'ok' => 'Estensione cURL presente.', ), 'data' => array( |
