Merge pull request #5656 from Mr-Update/patch-3

Update de.rs
This commit is contained in:
RustDesk 2023-09-13 09:52:00 +08:00 committed by GitHub
commit 7d33563010
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();
}