summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-01-08 20:44:36 +0000
committerDart Raiden <wowemuh@gmail.com>2014-01-08 20:44:36 +0000
commit52190c8e98d4d4a44727b9950cae40a6db270464 (patch)
tree1c49ca89551c3caf28f26142552749592c0dc17e /src
parent3ae65b1dfe3d4152190e822b3441cbf72c7da83f (diff)
db => database
git-svn-id: http://svn.miranda-ng.org/main/trunk@7556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/modules/database/database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp
index 7380631318..303198d9d0 100644
--- a/src/modules/database/database.cpp
+++ b/src/modules/database/database.cpp
@@ -446,7 +446,7 @@ int LoadDatabaseModule(void)
if (arDbPlugins.getCount() == 0) {
TCHAR buf[256];
TCHAR* p = _tcsrchr(szProfile, '\\');
- mir_sntprintf(buf, SIZEOF(buf), TranslateT("Miranda is unable to open '%s' because you do not have any profile plugins installed.\nYou need to install dbx_mmap.dll or equivalent."), p ? ++p : szProfile);
+ mir_sntprintf(buf, SIZEOF(buf), TranslateT("Miranda is unable to open '%s' because you do not have any profile plugins installed.\nYou need to install dbx_mmap.dll"), p ? ++p : szProfile);
MessageBox(0, buf, TranslateT("No profile support installed!"), MB_OK | MB_ICONERROR);
}