mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 23:01:27 +03:00
move outgoing_only_desk_tip to end
This commit is contained in:
@@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Status", "Status"),
|
||||
("Your Desktop", "Ihr Desktop"),
|
||||
("desk_tip", "Mit dieser ID und diesem Passwort kann auf Ihren Desktop zugegriffen werden."),
|
||||
("outgoing_only_desk_tip", ""),
|
||||
("Password", "Passwort"),
|
||||
("Ready", "Bereit"),
|
||||
("Established", "Verbunden"),
|
||||
@@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Multiple Windows sessions found", "Mehrere Windows-Sitzungen gefunden"),
|
||||
("Please select the session you want to connect to", "Bitte wählen Sie die Sitzung, mit der Sie sich verbinden möchten"),
|
||||
("powered_by_me", ""),
|
||||
("outgoing_only_desk_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user