diff options
author | dartraiden <wowemuh@gmail.com> | 2021-04-13 19:03:08 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-04-13 19:03:08 +0300 |
commit | 95b45e570a1acfc3a213a20298e2806ba8bf9c3f (patch) | |
tree | 348c6cf266a0c3a8f062be2dbf00b8d302d376c4 /src | |
parent | a31e88cd64c258da80d0bab3747c407862a792b0 (diff) |
spelling correction
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/db_upgrade.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mir_app/src/db_upgrade.cpp b/src/mir_app/src/db_upgrade.cpp index 95323a7968..2bd9fc764c 100644 --- a/src/mir_app/src/db_upgrade.cpp +++ b/src/mir_app/src/db_upgrade.cpp @@ -23,9 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h" -#define CONVERT_MSG LPGEN("This database is in old format that isn't supported anymore. Press Yes to convert it to the new format or No to return back") -#define MISSING_DB_MSG LPGEN("To open this database you need to install the Dbx_sqlite plugin. Click Yes to download it from Miranda NG's site or No to return back") -#define MISSING_PLUG_MSG LPGEN("To open this database you need to install the Import plugin. Click Yes to download it from Miranda NG's site or No to return back") +#define CONVERT_MSG LPGEN("This database is in the old format that isn't supported anymore. Press Yes to convert it to the new format or No to return") +#define MISSING_DB_MSG LPGEN("To open this database you need to install the Dbx_sqlite plugin. Click Yes to download it from Miranda NG's site or No to return") +#define MISSING_PLUG_MSG LPGEN("To open this database you need to install the Import plugin. Click Yes to download it from Miranda NG's site or No to return") ///////////////////////////////////////////////////////////////////////////////////////// |