提交 5a8cad08 编写于 作者: R Richard Stanway

UI/updater: Update some text for clarity

上级 02a5d3e5
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册