From 5a8cad08761f32e6c8aadad78b297ef85596d9d4 Mon Sep 17 00:00:00 2001 From: Richard Stanway Date: Fri, 31 May 2019 15:47:47 +0200 Subject: [PATCH] UI/updater: Update some text for clarity --- UI/win-update/updater/updater.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/win-update/updater/updater.cpp b/UI/win-update/updater/updater.cpp index 0adc9455..56d38126 100644 --- a/UI/win-update/updater/updater.cpp +++ b/UI/win-update/updater/updater.cpp @@ -1251,7 +1251,7 @@ static bool Update(wchar_t *cmdLine) for (size_t i = 0; i < packageCount; i++) { if (!AddPackageUpdateFiles(packages, i, tempPath)) { - Status(L"Failed to process update packages"); + Status(L"Update failed: Failed to process update packages"); return false; } } @@ -1264,6 +1264,7 @@ static bool Update(wchar_t *cmdLine) if (!updates.size()) { Status(L"All available updates are already installed."); + SetDlgItemText(hwndMain, IDC_BUTTON, L"Launch OBS"); return true; } -- GitLab