Update OS.lua

This commit is contained in:
Igor Timofeev 2015-08-28 19:00:58 +03:00
parent 009fc41b65
commit 652a4308fd

View File

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