From 37e20a1b0fa2bdc4930ae3cb826e922bc5898ad0 Mon Sep 17 00:00:00 2001
From: Dart Raiden <wowemuh@gmail.com>
Date: Sun, 20 Dec 2015 18:52:31 +0000
Subject: decapitalization and resource cosmetic

git-svn-id: http://svn.miranda-ng.org/main/trunk@15920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/ProfileManager/src/pmanagerEx.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/ProfileManager/src/pmanagerEx.cpp')

diff --git a/plugins/ProfileManager/src/pmanagerEx.cpp b/plugins/ProfileManager/src/pmanagerEx.cpp
index 14f5ff10fc..a92f724b19 100644
--- a/plugins/ProfileManager/src/pmanagerEx.cpp
+++ b/plugins/ProfileManager/src/pmanagerEx.cpp
@@ -65,7 +65,7 @@ static INT_PTR LoadPM(WPARAM, LPARAM)
 
 static INT_PTR CheckDb(WPARAM, LPARAM)
 {
-	if (MessageBox(0, TranslateT("Miranda NG will exit and Database checker will start.\n\nAre you sure you want to do this?"), TranslateT("Check Database"), MB_ICONWARNING | MB_YESNO | MB_DEFBUTTON2) == IDYES) {
+	if (MessageBox(0, TranslateT("Miranda NG will exit and Database checker will start.\n\nAre you sure you want to do this?"), TranslateT("Check database"), MB_ICONWARNING | MB_YESNO | MB_DEFBUTTON2) == IDYES) {
 		TCHAR mirandaPath[MAX_PATH], cmdLine[100];
 		PROCESS_INFORMATION pi;
 		STARTUPINFO si = { 0 };
-- 
cgit v1.2.3