diff --git a/src/lang/it.rs b/src/lang/it.rs index 493e62d18..9b708ca39 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -543,6 +543,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "Colore HSV"), ("Installation Successful!", "Installazione completata"), ("Installation failed!", "Installazione fallita"), - ("Reverse mouse wheel", ""), + ("Reverse mouse wheel", "Rotella mouse inversa"), ].iter().cloned().collect(); }