Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit a0e825e

Browse files
committed
Cleared up a few of the more confusing update messages.
1 parent 7039f22 commit a0e825e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tf2_bot_detector/UpdateManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ namespace
697697
});
698698

699699
m_Parent.m_State.Set(MH_SOURCE_LOCATION_CURRENT(), UpdateStatus::Updating,
700-
"Platform reports that TF2 Bot Detector is already installed, and it can be updated. Running platform updater...",
700+
"Installing platform update...",
701701
std::move(future));
702702

703703
return true;
@@ -716,7 +716,7 @@ namespace
716716

717717
auto downloadBuildFuture = DownloadBuild(*client, portable, updater);
718718
m_Parent.m_State.Set(MH_SOURCE_LOCATION_CURRENT(), UpdateStatus::Downloading,
719-
"Platform reports that TF2 Bot Detector is not installed. Updating in-place (portable mode)",
719+
"Downloading new build...",
720720
std::move(downloadBuildFuture));
721721

722722
return true;

0 commit comments

Comments
 (0)