diff options
author | Valentino Pesce <lennylouise@gmail.com> | 2018-08-22 02:32:12 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-08-21 17:32:12 -0700 |
commit | e5904ad2ed6b5402ebced2b37e5139847c02af10 (patch) | |
tree | fa17601105544a4a66775052824eb9f803f55f95 /app/Locale | |
parent | 1268c0023d7085fb4d960b869bf79ef0ade0d212 (diff) |
Fix lexical error in Italian translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/it_IT/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 7eb89cbe..b872373c 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -630,7 +630,7 @@ return array( 'New assignee: %s' => 'Nuovo assegnatario: %s', 'There is no category now' => 'Non è presente più nessuna categoria', 'New category: %s' => 'Nuova categoria: %s', - 'New color: %s' => 'Nuovo colorei: %s', + 'New color: %s' => 'Nuovo colore: %s', 'New complexity: %d' => 'Nuova complessità: %d', 'The due date have been removed' => 'La data di scadenza è stata rimossa', 'There is no description anymore' => 'Non è presente più alcuna descrizione.', |