diff --git a/src/lang/it.rs b/src/lang/it.rs index 9e845f840..07234b3f4 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -541,7 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Change Color", "Modifica colore"), ("Primary Color", "Colore primario"), ("HSV Color", "Colore HSV"), - ("Installation Successful!", ""), - ("Installation failed!", ""), + ("Installation Successful!", "Installazione completata"), + ("Installation failed!", "Installazione fallita"), ].iter().cloned().collect(); }