Skip to content

Commit

Permalink
Merge pull request rustdesk#6131 from Mr-Update/patch-3
Browse files Browse the repository at this point in the history
Update de.rs
  • Loading branch information
rustdesk authored Oct 22, 2023
2 parents bc950ee + 352865d commit 9fe525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Open in new window", "In einem neuen Fenster öffnen"),
("Show displays as individual windows", "Jeden Bildschirm in einem eigenen Fenster anzeigen"),
("Use all my displays for the remote session", "Alle meine Bildschirme für die Fernsitzung verwenden"),
("selinux_tip", ""),
("selinux_tip", "SELinux ist auf Ihrem Gerät aktiviert, was dazu führen kann, dass RustDesk als kontrollierte Seite nicht richtig läuft."),
].iter().cloned().collect();
}

0 comments on commit 9fe525b

Please sign in to comment.