Update de.rs

This commit is contained in:
Mr-Update 2023-09-11 08:45:49 +02:00 committed by GitHub
parent 96215d32b7
commit 62ae4aeac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -543,6 +543,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("HSV Color", "HSV-Farbe"),
("Installation Successful!", "Installation erfolgreich!"),
("Installation failed!", "Installation fehlgeschlagen!"),
("Reverse mouse wheel", ""),
("Reverse mouse wheel", "Mausrad rückwärts drehen"),
].iter().cloned().collect();
}