rename to "accept and elevate" button

This commit is contained in:
rustdesk
2023-06-14 21:30:05 +08:00
parent 4d65cc675e
commit 5f4a1960fa
36 changed files with 89 additions and 13 deletions

View File

@@ -509,5 +509,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("resolution_fit_local_tip", "Adequar a resolução local"),
("resolution_custom_tip", "Customizar resolução"),
("Collapse toolbar", ""),
("Accept and Elevate", ""),
("accept_and_elevate_btn_tooltip", ""),
].iter().cloned().collect();
}