From f5fe6a36eb4969b07b1ad5da8a065078b50dae68 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:42:22 +0200 Subject: [PATCH] Update italian language @rustdesk Please merge. Thanks. --- src/lang/it.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }