diff --git a/src/lang/ru.rs b/src/lang/ru.rs index eb0de7355..30fd697cb 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Failed to check if the user is an administrator.", "Невозможно проверить, является ли пользователь администратором."), ("Supported only in the installed version.", "Поддерживается только в установочной версии."), ("elevation_username_tip", "Введите пользователя или домен\\пользователя"), - ("Preparing for installation ...", ""), + ("Preparing for installation ...", "Подготовка к установке..."), ].iter().cloned().collect(); }