From 5c370b391406388a2287ab25c80c44be9f9d12e8 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:08:37 +0200 Subject: [PATCH] Update de.rs (#13149) * Update de.rs * Update de.rs --- src/lang/de.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/de.rs b/src/lang/de.rs index e202356a2..fa6ace8a4 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -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(); }