From 62ae4aeac9368d9941389ddc5f7940da8c23c5c1 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:45:49 +0200 Subject: [PATCH] Update de.rs --- src/lang/de.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }