Skip to content

Commit

Permalink
Merge pull request rustdesk#5997 from solokot/master
Browse files Browse the repository at this point in the history
Update ru.rs
  • Loading branch information
rustdesk authored Oct 12, 2023
2 parents c11117b + bd6d863 commit e6f62dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/ru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Check for software update on startup", "Проверять обновления программы при запуске"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Обновите RustDesk Server Pro до версии {} или новее!"),
("pull_group_failed_tip", "Невозможно обновить группу"),
("Filter by intersection", "")
("Filter by intersection", "Фильтровать по пересечению")
].iter().cloned().collect();
}

0 comments on commit e6f62dc

Please sign in to comment.