From d3766b49d985b827afc790e5d60f522c0f5ca284 Mon Sep 17 00:00:00 2001 From: Pavel Krivanek Date: Thu, 20 Apr 2023 15:34:18 +0200 Subject: [PATCH] Change translation of Map mode to Zuordnungsmodus --- 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 ff6f84378..5112a8d35 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -315,7 +315,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Start the screen sharing service on boot, requires special permissions", "Bildschirmfreigabedienst beim Booten starten, erfordert zusätzliche Berechtigungen"), ("Connection not allowed", "Verbindung abgelehnt"), ("Legacy mode", "Kompatibilitätsmodus"), - ("Map mode", "Kartenmodus"), + ("Map mode", "Zuordnungsmodus"), ("Translate mode", "Übersetzungsmodus"), ("Use permanent password", "Permanentes Passwort verwenden"), ("Use both passwords", "Beide Passwörter verwenden"),