summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-07-31 17:12:53 +0300
committerdartraiden <wowemuh@gmail.com>2023-07-31 17:12:53 +0300
commitf56043a721078e1d57b3256c606b5d00a35cdb2b (patch)
tree411b0c90fd0b2ff80eb98a6502c4f58c7b85317f /src
parenteb495742eef1530f8dc02dcf50c539700bb0c4f9 (diff)
Fix plugin name
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/database.cpp b/src/mir_app/src/database.cpp
index 906249c260..2ce6ee4d60 100644
--- a/src/mir_app/src/database.cpp
+++ b/src/mir_app/src/database.cpp
@@ -481,7 +481,7 @@ static int OnModulesLoaded(WPARAM, LPARAM)
/////////////////////////////////////////////////////////////////////////////////////////
-static wchar_t tszNoDrivers[] = LPGENW("Miranda is unable to open '%s' because you do not have any profile plugins installed.\nPress Yes to install DBX_Sqlite or Cancel to exit");
+static wchar_t tszNoDrivers[] = LPGENW("Miranda is unable to open '%s' because you do not have any profile plugins installed.\nPress Yes to install Dbx_sqlite or Cancel to exit");
static wchar_t tszUnknownFormat[] = LPGENW("Miranda was unable to open '%s', it's in an unknown format.");
static wchar_t tszProfileLocked[] = LPGENW("Miranda was unable to open '%s'\nIt's inaccessible or used by other application or Miranda instance");
static wchar_t tszNoSuitableDriver[] = LPGENW("Miranda was unable to open '%s'\nThere is no suitable database driver installed");