diff --git a/src/lang/it.rs b/src/lang/it.rs index a5132e027..c2ac6bac6 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -744,6 +744,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("password-hidden-tip", "È impostata una password permanente (nascosta)."), ("preset-password-in-use-tip", "È attualmente in uso la password preimpostata."), ("Enable privacy mode", "Abilita modalità privacy"), - ("allow-remote-toolbar-docking-any-edge", ""), + ("allow-remote-toolbar-docking-any-edge", "Consenti ancoraggio barra strumenti remota a qualsiasi bordo della finestra"), ].iter().cloned().collect(); }