diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-18 13:17:24 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-18 13:17:24 +0000 |
commit | 0a4b73656052f1baab97824102f1a088cb1e890c (patch) | |
tree | 3eb5b26c83b1ae10b2b43894fea8ea5b9a102c8c /plugins | |
parent | d21e85d24b51b31cd1ad0140e8c59c4f4d3b85fd (diff) |
- 1 line changed;
- langpacks/english: update;
- langpacks/russian: update;
git-svn-id: http://svn.miranda-ng.org/main/trunk@9846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.cpp b/plugins/Db3x_mmap/src/dbintf.cpp index d256adefe1..28107e7cee 100644 --- a/plugins/Db3x_mmap/src/dbintf.cpp +++ b/plugins/Db3x_mmap/src/dbintf.cpp @@ -117,7 +117,7 @@ CDb3Mmap::~CDb3Mmap() }
static TCHAR szMsgConvert[] =
- LPGENT("Your database must be converted into the new format. This is potentially dangerous operation, so please make a backup before.\n\nClick Yes to proceed with conversion or No to exit Miranda");
+ LPGENT("Your database must be converted into the new format. This is potentially dangerous operation and might damage your profile, so please make a backup before.\n\nClick Yes to proceed with conversion or No to exit Miranda");
int CDb3Mmap::Load(bool bSkipInit)
{
|