From 971475c7784a82327d5204a162ea5672500b9d68 Mon Sep 17 00:00:00 2001 From: neoGalaxy88 Date: Tue, 27 Dec 2022 12:14:32 +0100 Subject: [PATCH] Update it.rs --- src/lang/it.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 3b112618d..9ec40c0aa 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -403,8 +403,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("wayland_experiment_tip", "Il supporto Wayland รจ in fase sperimentale, utilizza X11 se necessiti di un accesso stabile."), ("Right click to select tabs", "Clic con il tasto destro per selezionare le schede"), ("Add to Address Book", "Aggiungi alla rubrica"), - ("Group", ""), - ("Search", ""), - ("Closed manually by the web console", ""), + ("Group", "Gruppo"), + ("Search", "Cerca"), + ("Closed manually by the web console", "Chiudi manualmente dalla console Web"), ].iter().cloned().collect(); }