diff options
| author | 2022-01-11 23:30:59 +0100 | |
|---|---|---|
| committer | 2022-01-11 23:30:59 +0100 | |
| commit | 9cd9e9a0930a04f594394a8dc6a95791134521a3 (patch) | |
| tree | b38c0720a312621ff6344fb0773c336bf29f01c1 /app/i18n/it/feedback.php | |
| parent | 3502e50cb24177f06900389f10d265529a24fd58 (diff) | |
fix error message force feed (#4145)
* CZ
* the other languages
* fix DE
Diffstat (limited to 'app/i18n/it/feedback.php')
| -rw-r--r-- | app/i18n/it/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index 1192e14b7..5c124c09e 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -94,7 +94,7 @@ return array( 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO 'deleted' => 'Feed cancellato', 'error' => 'Feed non aggiornato', - 'internal_problem' => 'RSS feed non aggiunto. <a href="%s">Verifica i logs</a> per dettagli.', + 'internal_problem' => 'RSS feed non aggiunto. <a href="%s">Verifica i logs</a> per dettagli. You can try force adding by appending <code>#force_feed</code> to the URL.', // DIRTY 'invalid_url' => 'URL <em>%s</em> non valido', 'n_actualized' => '%d feeds aggiornati', 'n_entries_deleted' => '%d articoli cancellati', |
