Update de.rs

@grummbeer You are right.
This commit is contained in:
Mr-Update
2023-10-14 16:01:09 +02:00
committed by GitHub
parent 5e616dd502
commit 3070b0019e

View File

@@ -557,6 +557,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("pull_group_failed_tip", "Aktualisierung der Gruppe fehlgeschlagen"), ("pull_group_failed_tip", "Aktualisierung der Gruppe fehlgeschlagen"),
("Remove wallpaper during incoming sessions", ""), ("Remove wallpaper during incoming sessions", ""),
("Test", ""), ("Test", ""),
("Filter by intersection", "Nach Schnittpunkt filtern") ("Filter by intersection", "Nach Schnittmenge filtern")
].iter().cloned().collect(); ].iter().cloned().collect();
} }