Update ru.rs

This commit is contained in:
SergeyMy 2023-06-30 09:52:12 +05:00 committed by GitHub
parent e752c726ed
commit 9638e77931
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();
}