From 6e86b38990a42e11e353a0fbbddd46f5da4f7cea Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:31:17 +0200 Subject: [PATCH] fix vv version --- loader/src/loader/LoaderImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/src/loader/LoaderImpl.cpp b/loader/src/loader/LoaderImpl.cpp index dbd6163e..cfe8684c 100644 --- a/loader/src/loader/LoaderImpl.cpp +++ b/loader/src/loader/LoaderImpl.cpp @@ -1079,7 +1079,7 @@ void Loader::Impl::installModManuallyFromFile(std::filesystem::path const& path, createQuickPopup( "Already Installed", fmt::format( - "The mod {} v{} has already been installed " + "The mod {} {} has already been installed " "as version {}. Do you want to replace the " "installed version with the file?", meta.getID(), meta.getVersion(),