From 1a03ef72576ce2f11c830f575c8654f3e5b3ae13 Mon Sep 17 00:00:00 2001 From: spmn Date: Sun, 24 Jul 2016 22:53:51 +0300 Subject: [PATCH] Minor text edit (GTA:SA -> SA-MP) --- sa-mp_masterlist_fix/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa-mp_masterlist_fix/main.cpp b/sa-mp_masterlist_fix/main.cpp index 7386ba9..698a6ff 100644 --- a/sa-mp_masterlist_fix/main.cpp +++ b/sa-mp_masterlist_fix/main.cpp @@ -65,7 +65,7 @@ bool InitializeWrapper() } else { - MessageBox(NULL, TEXT("Failed to get your origin dll.\nPlease report this issue on GitHub,\nand remove version.dll from your GTA:SA folder until the problem is solved."), TEXT("Whoopsie"), MB_OK); + MessageBox(NULL, TEXT("Failed to get your origin dll.\nPlease report this issue on GitHub,\nand remove version.dll from your SA-MP folder until the problem is solved."), TEXT("Whoopsie"), MB_OK); } return false;