diff --git a/share/translations/screentranslator_ru.ts b/share/translations/screentranslator_ru.ts
index f0ebd3b..35299c9 100644
--- a/share/translations/screentranslator_ru.ts
+++ b/share/translations/screentranslator_ru.ts
@@ -1073,16 +1073,18 @@ in %1
2. Recognition of the selected area
3. Correction of the recognized text (optional)
4. Translation of the corrected text (optional)
+User interaction is only required for step 1.
Steps 2, 3 and 4 require additional data that can be downloaded from the updates page.
Процесс работы с программой состоит из следующих шагов:
1. Выделение области экрана
2. Распознавание выделенной области
3. Коррекция распознанного текста (не обязательно)
4. Перевод откорректированного текста (не обязательно)
+Действия пользователя требуются только на первом шаге.
Шаги 2,3 и 4 требуют дополнительных данных, которые можно скачать на странице обновлений.
-
+ Portable changed. Apply settings firstPortable режиме изменени. Сначала применить настройки
@@ -1263,23 +1265,23 @@ Steps 2, 3 and 4 require additional data that can be downloaded from the updates
Установить/Обновить
-
-
+
+ Directory is not writable
%1Папка недоступна для записи
%1
-
+ Downloaded file not exists
%1Скачанный файл не существует
%1
-
-
+
+ Failed to remove file
%1
Error %2
@@ -1288,14 +1290,14 @@ Error %2
Текст %2
-
+ Failed to create path
%1Ошибка создания папки
%1
-
+ Failed to move file
%1
to %2
@@ -1317,66 +1319,66 @@ Error %3update::Loader
-
+ Empty updates info from
%1Пустой файл обновлений из
%1
-
+ Empty updates info unpacked from
%1Пустой файл обновлений распакован из
%1
-
+ Failed to parse updates from
%1 (%2)Ошибка разбора файла обновлений
%1 (%2)
-
+ Failed to download file
%1. Error %2Ошибка скачивания файла
%1. Текст %2
-
+ Already updatingОбновление в процессе
-
+ No actions selectedНет выделенных действий
-
+ Failed to create temp path
%1Ошибка создания временной папки
%1
-
+ Empty data downloaded from
%1Пустой файл из
%1
-
+ Empty data unpacked from
%1Пустой файл распакован из
%1
-
+ Failed to save downloaded file
%1
to %2
@@ -1387,7 +1389,7 @@ Error %3
Текст %3
-
+ Update failed: %1Ошибка обновления: %1
@@ -1395,62 +1397,62 @@ Error %3
update::Model
-
+ Select all updatesВыбрать все обновления
-
+ Reset actionsСбросить действия
-
+ Failed to parse: %1 at %2Ошибка разбора: %1 в %2
-
+ Wrong updates version: %1Неверная версия файла обновлений: %1
-
+ No data parsedНет разобранных данных
-
+ NameНазвание
-
+ StateСостояние
-
+ ActionДействие
-
+ SizeРазмер
-
+ VersionВерсия
-
+ ProgressПрогресс
-
+ FilesФайла
diff --git a/src/settingseditor.cpp b/src/settingseditor.cpp
index fd68917..a490418 100644
--- a/src/settingseditor.cpp
+++ b/src/settingseditor.cpp
@@ -118,6 +118,7 @@ SettingsEditor::SettingsEditor(Manager &manager, update::Loader &updater)
2. Recognition of the selected area
3. Correction of the recognized text (optional)
4. Translation of the corrected text (optional)
+User interaction is only required for step 1.
Steps 2, 3 and 4 require additional data that can be downloaded from the updates page.)"));
}