From 7ac58f8875d2ec0a36bc5f3f8f1d7427f5d135ea Mon Sep 17 00:00:00 2001 From: NicKoehler <53040044+NicKoehler@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:12:28 +0100 Subject: [PATCH] Update it.rs --- 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 7dc3b70ef..5b3e4d92f 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -479,6 +479,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Me", "Io"), ("identical_file_tip", "Questo file è identico a quello del peer."), ("show_monitors_tip", "Mostra schermi nella barra degli strumenti"), - ("View Mode", ""), + ("View Mode", "Modalità di visualizzazione"), ].iter().cloned().collect(); }