mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
fix vv version
This commit is contained in:
parent
7bcf50da57
commit
6e86b38990
1 changed files with 1 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ void Loader::Impl::installModManuallyFromFile(std::filesystem::path const& path,
|
||||||
createQuickPopup(
|
createQuickPopup(
|
||||||
"Already Installed",
|
"Already Installed",
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"The mod <cy>{}</c> <cj>v{}</c> has already been installed "
|
"The mod <cy>{}</c> <cj>{}</c> has already been installed "
|
||||||
"as version <cl>{}</c>. Do you want to <co>replace the "
|
"as version <cl>{}</c>. Do you want to <co>replace the "
|
||||||
"installed version with the file</c>?",
|
"installed version with the file</c>?",
|
||||||
meta.getID(), meta.getVersion(),
|
meta.getID(), meta.getVersion(),
|
||||||
|
|
Loading…
Reference in a new issue