summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/SMS/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/SMS/main.cpp')
-rw-r--r--plugins/!NotAdopted/SMS/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/SMS/main.cpp b/plugins/!NotAdopted/SMS/main.cpp
index c056cbbc30..051064ac4d 100644
--- a/plugins/!NotAdopted/SMS/main.cpp
+++ b/plugins/!NotAdopted/SMS/main.cpp
@@ -196,7 +196,7 @@ __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
if (mirandaVersion<MIN_MIR_VER_VERSION_DWORD)
{
- MessageBox(NULL,TEXT("Pleace, update your Miranda IM, SMS will not load with this version."),NULL,(MB_OK|MB_ICONERROR));
+ MessageBox(NULL,TEXT("Pleace, update your Miranda NG, SMS will not load with this version."),NULL,(MB_OK|MB_ICONERROR));
return(NULL);
}
return(&pluginInfoEx);