summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/DbChecker/res/resource.rc2
-rw-r--r--plugins/DbChecker/src/worker.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DbChecker/res/resource.rc b/plugins/DbChecker/res/resource.rc
index cfe7839e77..193dab259a 100644
--- a/plugins/DbChecker/res/resource.rc
+++ b/plugins/DbChecker/res/resource.rc
@@ -49,7 +49,7 @@ BEGIN
CONTROL "Mark all events as read",IDC_MARKREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,69,248,10
CONTROL "Fix UTF-8 encoding in old events",IDC_FIX_UTF8,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,83,248,10
CONTROL "Remove duplicate events",IDC_REMOVE_DUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,97,248,10
- CONTROL "Fix server message ids",IDC_FIX_SERVER_IDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,111,248,10
+ CONTROL "Fix server message IDs",IDC_FIX_SERVER_IDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,111,248,10
END
IDD_OPENERROR DIALOGEX 0, 0, 262, 143
diff --git a/plugins/DbChecker/src/worker.cpp b/plugins/DbChecker/src/worker.cpp
index b2bfcbb12b..c24b6db034 100644
--- a/plugins/DbChecker/src/worker.cpp
+++ b/plugins/DbChecker/src/worker.cpp
@@ -148,7 +148,7 @@ void __cdecl WorkerThread(DbToolOptions *opts)
AddToStatus(STATUS_MESSAGE, TranslateT("%d duplicate events removed"), nDups);
if (nIds)
- AddToStatus(STATUS_MESSAGE, TranslateT("%d server message ids fixed"), nIds);
+ AddToStatus(STATUS_MESSAGE, TranslateT("%d server message IDs fixed"), nIds);
}
DBCHeckCallback callback;