diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-12 12:39:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-12 12:39:28 +0000 |
commit | 1d27f48747a56f66d642527af00370aeb54fae23 (patch) | |
tree | a6f023e3f185171f3398946c869e5dedb9760d3d /plugins/PackUpdater/Src/Utils.cpp | |
parent | 6dcdacb2973363639a5c1358ac18356d0aa66994 (diff) |
- One more portion of Miranda IM extermination from Russian langpack
- Some obsolete warning messageboxes removed
- Geraman language added to LangpackSuite
git-svn-id: http://svn.miranda-ng.org/main/trunk@3067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Src/Utils.cpp')
-rw-r--r-- | plugins/PackUpdater/Src/Utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PackUpdater/Src/Utils.cpp b/plugins/PackUpdater/Src/Utils.cpp index 150552b18d..fef2ebb9f1 100644 --- a/plugins/PackUpdater/Src/Utils.cpp +++ b/plugins/PackUpdater/Src/Utils.cpp @@ -303,7 +303,7 @@ static void CheckUpdates(void *) if (Files[CurrentFile].FileType != 1 && !IsUserAnAdmin() && (_tcsstr(tszRoot, tszSysRoot) || _tcsstr(tszRoot, tszProgFiles)))
{
- MessageBox(NULL, TranslateT("Update is not possible!\nYou have no Administrator's rights.\nPlease run Miranda IM with Administrator's rights."), Title, MB_ICONINFORMATION);
+ MessageBox(NULL, TranslateT("Update is not possible!\nYou have no Administrator's rights.\nPlease run Miranda NG with Administrator's rights."), Title, MB_ICONINFORMATION);
DeleteFile(tszTmpIni);
CheckThread = NULL;
return;
|