Update de.rs

This commit is contained in:
Mr-Update 2023-07-15 19:30:56 +02:00 committed by GitHub
parent fbfad5f86d
commit 6d70c8af50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Outgoing connection", "Ausgehende Verbindung"),
("Exit", "Beenden"),
("Open", "Öffnen"),
("logout_tip", ""),
("logout_tip", "Sind Sie sicher, dass Sie sich abmelden wollen?"),
].iter().cloned().collect();
}