From 8f54b081dee766bc060899c1d9df45e5addf3127 Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:58:14 -0700 Subject: [PATCH] fix: wording --- CommonLibSF/src/REL/ID.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibSF/src/REL/ID.cpp b/CommonLibSF/src/REL/ID.cpp index 8ae6af0d..7889efa2 100644 --- a/CommonLibSF/src/REL/ID.cpp +++ b/CommonLibSF/src/REL/ID.cpp @@ -251,7 +251,7 @@ namespace REL "then it is likely that address library has not yet added support " "for this version of the game or this platform.\n" "Current version: {}\n" - "Current vendor module: {}"sv, + "Current platform: {}"sv, stl::utf16_to_utf8(a_filename).value_or(""s), a_version.string(), _is_steam ? "Steam" : "Microsoft Store"),