summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/SCore.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-05 23:21:51 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-05 23:21:51 -0400
commit543e45f9bde5929ca3c12db23f7d5b2ae0c653cd (patch)
treed12a411763f2e503fc3f8118238a8ad0f4b491a4 /src/SMAPI/Framework/SCore.cs
parentd717e246b67bd1b019dab26562be1dfdc8edc73a (diff)
downloadSMAPI-543e45f9bde5929ca3c12db23f7d5b2ae0c653cd.tar.gz
SMAPI-543e45f9bde5929ca3c12db23f7d5b2ae0c653cd.tar.bz2
SMAPI-543e45f9bde5929ca3c12db23f7d5b2ae0c653cd.zip
remove artifacts, tweak text
Diffstat (limited to 'src/SMAPI/Framework/SCore.cs')
-rw-r--r--src/SMAPI/Framework/SCore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/SCore.cs b/src/SMAPI/Framework/SCore.cs
index 283755d6..d0effb03 100644
--- a/src/SMAPI/Framework/SCore.cs
+++ b/src/SMAPI/Framework/SCore.cs
@@ -1565,7 +1565,7 @@ namespace StardewModdingAPI.Framework
this.Monitor.Newline();
this.Monitor.Log($"You can update {updates.Count} mod{(updates.Count != 1 ? "s" : "")}:", LogLevel.Alert);
foreach ((IModMetadata mod, ISemanticVersion newVersion, string newUrl) in updates)
- this.Monitor.Log($" {mod.DisplayName} {newVersion}: {newUrl} (You have {mod.Manifest.Version}", LogLevel.Alert);
+ this.Monitor.Log($" {mod.DisplayName} {newVersion}: {newUrl} (you have {mod.Manifest.Version})", LogLevel.Alert);
}
else
this.Monitor.Log(" All mods up to date.");