diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-09 19:11:52 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-09 19:11:52 +0000 |
commit | b27d8f7a03fd13745533b6d2fa971b12f3a50523 (patch) | |
tree | 78cbfc4d298c8763c7bd7aeb70344d58816805cd | |
parent | 240a208e4d698487f677f7b04c75340aeff567fb (diff) |
stopspam:
string fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@142 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | stopspam/src/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stopspam/src/services.cpp b/stopspam/src/services.cpp index 60f9ebf..fbfb82e 100644 --- a/stopspam/src/services.cpp +++ b/stopspam/src/services.cpp @@ -69,7 +69,7 @@ INT_PTR RemoveTempContacts(WPARAM wParam,LPARAM lParam) }
while( group_name );
if (!lParam)
- MessageBox(NULL, TranslateT("Done."), TranslateT(pluginName), MB_ICONINFORMATION);
+ MessageBox(NULL, TranslateT("Complete"), TranslateT(pluginName), MB_ICONINFORMATION);
return 0;
}
|