diff --git a/src/lang/it.rs b/src/lang/it.rs index cdaee2602..9906003e2 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -719,7 +719,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Small", "Piccola"), ("Large", "Grande"), ("Show virtual joystick", "Visualizza joystick virtuale"), - ("Edit note", ""), - ("Alias", ""), + ("Edit note", "Modifica nota"), + ("Alias", "Alias"), ].iter().cloned().collect(); }