summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/src/selectdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbChecker/src/selectdb.cpp')
-rw-r--r--plugins/DbChecker/src/selectdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/src/selectdb.cpp b/plugins/DbChecker/src/selectdb.cpp
index 0a704fe2ef..5fe836c21d 100644
--- a/plugins/DbChecker/src/selectdb.cpp
+++ b/plugins/DbChecker/src/selectdb.cpp
@@ -47,7 +47,7 @@ int OpenDatabase(HWND hdlg, INT iNextPage)
if (dblink->CheckDB == NULL) {
mir_snwprintf(tszMsg,
TranslateT("Database driver '%s' doesn't support checking."),
- TranslateTS(dblink->szFullName));
+ TranslateW(dblink->szFullName));
goto LBL_Error;
}