From 213880c14db4514a26bc4cc4e04628f344327f11 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:40:17 +0100 Subject: [PATCH] Italian language update (#13358) --- 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 231ef4d17..0a161cdef 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -721,6 +721,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show virtual joystick", "Visualizza joystick virtuale"), ("Edit note", "Modifica nota"), ("Alias", "Alias"), - ("ScrollEdge", ""), + ("ScrollEdge", "Bordo scorrimento"), ].iter().cloned().collect(); }