This commit is contained in:
rustdesk
2023-07-10 23:02:26 +08:00
parent 3c5e27b0ca
commit 6b8d2a33c0
35 changed files with 138 additions and 70 deletions

View File

@@ -513,7 +513,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept and Elevate", ""),
("accept_and_elevate_btn_tooltip", ""),
("clipboard_wait_response_timeout_tip", ""),
("incomming connection", ""),
("outgoing connection", ""),
("Incoming connection", ""),
("Outgoing connection", ""),
("Exit", ""),
("Open", ""),
].iter().cloned().collect();
}