Merge pull request #4799 from SergeyMy/patch-4

Update ru.rs
This commit is contained in:
RustDesk 2023-06-30 12:53:41 +08:00 committed by GitHub
commit 6bde6ba72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,6 +511,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Collapse toolbar", "Свернуть панель инструментов"),
("Accept and Elevate", "Принять и повысить"),
("accept_and_elevate_btn_tooltip", "Разрешить подключение и повысить права UAC."),
("clipboard_wait_response_timeout_tip", ""),
("clipboard_wait_response_timeout_tip", "Время ожидания копирования буфера обмена, истекло"),
].iter().cloned().collect();
}