From e7424b22cd63cfbd3be99790bd080acd431a4f3e Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 26 Mar 2019 14:58:30 +0300 Subject: StdPopup and Popup decapitalization --- plugins/Popup/src/history.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Popup/src/history.cpp') diff --git a/plugins/Popup/src/history.cpp b/plugins/Popup/src/history.cpp index c4da220b9c..dd9f6afa62 100644 --- a/plugins/Popup/src/history.cpp +++ b/plugins/Popup/src/history.cpp @@ -98,7 +98,7 @@ void PopupHistoryAdd(POPUPDATA2 *ppdNew) void PopupHistoryShow() { if (!PopupOptions.EnableHistory) { - MessageBox(nullptr, TranslateT("Popup History is disabled"), TranslateT("Popup History message"), MB_OK); + MessageBox(nullptr, TranslateT("Popup history is disabled"), TranslateT("Popup history message"), MB_OK); return; } @@ -110,7 +110,7 @@ void PopupHistoryShow() } else { hwndHistory = CreateDialog(g_plugin.getInst(), MAKEINTRESOURCE(IDD_HISTORY), nullptr, HistoryDlgProc); - SetWindowText(hwndHistory, TranslateT("Popup History")); + SetWindowText(hwndHistory, TranslateT("Popup history")); } } -- cgit v1.2.3