From 1a21dff5d4d4865c1b70cf40c22aa250682ad6af Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sat, 22 Jun 2024 02:11:09 +0200 Subject: [PATCH] Update Italian language (#8439) --- 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 7e33b6fbe..27d8f19a0 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Never", "Mai"), ("During controlled", "Durante il controllo"), ("During service is on", "Quando il servizio รจ attivo"), - ("Capture screen using DirectX", ""), + ("Capture screen using DirectX", "Cattura schermo usando DirectX"), ].iter().cloned().collect(); }