From 5092156105ec8e4d65ea34e120a24e2f6482905f Mon Sep 17 00:00:00 2001 From: cafali <77307171+cafali@users.noreply.github.com> Date: Thu, 15 Aug 2024 07:39:20 +0200 Subject: [PATCH] src --- SnapKey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnapKey.cpp b/SnapKey.cpp index 675e5df..7c60fb9 100644 --- a/SnapKey.cpp +++ b/SnapKey.cpp @@ -359,7 +359,7 @@ bool LoadConfig(const std::string& filename) } else { - MessageBox(NULL, TEXT("Config has repeating keys in different groups -- aborting."), TEXT("Error"), MB_ICONEXCLAMATION | MB_OK); + MessageBox(NULL, TEXT("config.cfg contains duplicate keys across various groups, please review and correct the setup."), TEXT("SnapKey Error"), MB_ICONEXCLAMATION | MB_OK); return false; } }