From 3976701ac6672c244c6036d65b96e073185b3af3 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sun, 21 Jun 2026 10:52:13 +0200 Subject: [PATCH] Update Italian translations (#15367) --- 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 ee68c1b3a..a50dae0e4 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -759,7 +759,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("remember-wayland-keyboard-choice-tip", "Non chiedere più per questo computer remoto"), ("Why this happens", "Perché accade questo"), ("Switch display", "Cambia schermo"), - ("Show monitor switch button on the main toolbar", "Mostra il pulsante di cambio monitor nella barra degli strumenti principale"), - ("Show on the minimized toolbar", "Mostra nella barra degli strumenti ridotta a icona"), + ("Show monitor switch button on the main toolbar", "Visualizza nella barra strumenti principale il pulsante per il cambio schermo"), + ("Show on the minimized toolbar", "Visualizza nella barra strumenti ridotta a icona"), ].iter().cloned().collect(); }