From 1ab09c65f01f5a4058bd0f0774002b266d826160 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:10:28 +0200 Subject: [PATCH] Update Italian language @rustdesk Please merge. Thanks. --- src/lang/it.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 9e845f840..07234b3f4 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -541,7 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Change Color", "Modifica colore"), ("Primary Color", "Colore primario"), ("HSV Color", "Colore HSV"), - ("Installation Successful!", ""), - ("Installation failed!", ""), + ("Installation Successful!", "Installazione completata"), + ("Installation failed!", "Installazione fallita"), ].iter().cloned().collect(); }