diff --git a/app/SysTray-X/languages/SysTray-X.ru_RU.ts b/app/SysTray-X/languages/SysTray-X.ru_RU.ts
index 5544c2c..2b22495 100644
--- a/app/SysTray-X/languages/SysTray-X.ru_RU.ts
+++ b/app/SysTray-X/languages/SysTray-X.ru_RU.ts
@@ -187,7 +187,6 @@
Minimize main, close children
- Свернуть все окна
Свернуть главное окно, закрыть другие
diff --git a/webext/_locales/ru_RU/messages.json b/webext/_locales/ru_RU/messages.json
index ec909c0..8966ef7 100644
--- a/webext/_locales/ru_RU/messages.json
+++ b/webext/_locales/ru_RU/messages.json
@@ -55,22 +55,22 @@
},
"windows_close_options": {
- "message": "Close",
+ "message": "При закрытии",
"description": "Caption for Close options"
},
"windows_close_default": {
- "message": "Default close",
+ "message": "Закрыть",
"description": "Close option 0"
},
"windows_close_to_tray_1": {
- "message": "Minimize main, close children",
+ "message": "Свернуть главное окно, закрыть другие",
"description": "Close option 1"
},
"windows_close_to_tray_2": {
- "message": "Minimize all windows",
+ "message": "Свернуть все окна",
"description": "Close option 2"
},