diff --git a/MineOS/OS.lua b/MineOS/OS.lua index d545b293..d02b2316 100644 --- a/MineOS/OS.lua +++ b/MineOS/OS.lua @@ -796,7 +796,7 @@ local function checkForUpdates() --Выводим нотификацию вон в таком случае if oldVersion <= newVersion then - return notification("Доступны обновления ОС!") + return notification(lang.updatesAvailable) end end end