Update de.rs (#13149)

* Update de.rs

* Update de.rs
This commit is contained in:
Mr-Update 2025-10-17 10:08:37 +02:00 committed by GitHub
parent 182e35adc7
commit 5c370b3914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -719,7 +719,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Small", "Klein"),
("Large", "Groß"),
("Show virtual joystick", "Virtuellen Joystick anzeigen"),
("Edit note", ""),
("Alias", ""),
("Edit note", "Hinweis bearbeiten"),
("Alias", "Alias"),
].iter().cloned().collect();
}