diff --git a/src/lang/de.rs b/src/lang/de.rs index cc0ae6af9..c307281ee 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -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(); }