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

@@ -69,5 +69,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("resolution_original_tip", "Original resolution"),
("resolution_fit_local_tip", "Fit local resolution"),
("resolution_custom_tip", "Custom resolution"),
("accept_and_elevate_btn_tooltip", "Accept the connection and elevate UAC permissions."),
].iter().cloned().collect();
}