summaryrefslogtreecommitdiff
path: root/plugins/WebView/src/webview_opts.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-27 22:41:05 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-27 22:41:05 +0000
commit70c938b678146fb3ae65be2173e3ff27a513889c (patch)
treeff5ea26fe36e407a2c070f4d60f125e44d620866 /plugins/WebView/src/webview_opts.cpp
parent4475f7c71b774faae68a1272cbf0e8df4b8161a4 (diff)
WebView: so much capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/webview_opts.cpp')
-rw-r--r--plugins/WebView/src/webview_opts.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/WebView/src/webview_opts.cpp b/plugins/WebView/src/webview_opts.cpp
index 2c4cfdc053..d7606ecb12 100644
--- a/plugins/WebView/src/webview_opts.cpp
+++ b/plugins/WebView/src/webview_opts.cpp
@@ -32,8 +32,8 @@ const TCHAR *szTrackerBarDescr[] = {
};
static char *fontSizes[] = {"8", "10", "14", "16", "18", "20", "24", "28"};
-static TCHAR *AlertTypes[] = { LPGENT("Popup Plugin"), LPGENT("Log To File"), LPGENT("Open Data Display Window"), LPGENT("Use OSD Plugin") };
-static TCHAR *EventTypes[] = { LPGENT("A String Is Present"), LPGENT("The Web Page Changes"), LPGENT("A Specific Part of Web Page Changes") };
+static TCHAR *AlertTypes[] = { LPGENT("Popup plugin"), LPGENT("Log to file"), LPGENT("Open data display window"), LPGENT("Use OSD plugin") };
+static TCHAR *EventTypes[] = { LPGENT("A string is present"), LPGENT("The web page changes"), LPGENT("A specific part of web page changes") };
#define M_FILLSCRIPTCOMBO (WM_USER+16)
@@ -289,7 +289,7 @@ INT_PTR CALLBACK DlgProcAlertOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l
SetWindowLong(hwndDlg, GWLP_USERDATA, (LONG) hContact);
- SetWindowText(hwndDlg, TranslateT("Alert Options"));
+ SetWindowText(hwndDlg, TranslateT("Alert options"));
SendMessage(hwndDlg, WM_SETICON, ICON_SMALL, (LPARAM) LoadIcon(hInst, MAKEINTRESOURCE(IDI_ALERT)));
@@ -829,7 +829,7 @@ INT_PTR CALLBACK DlgProcContactOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
SetWindowLong(hwndDlg, GWLP_USERDATA, (LONG) hContact);
WindowList_Add(hWindowList, hwndDlg, hContact);
- SetWindowText(hwndDlg, TranslateT("Contact Options"));
+ SetWindowText(hwndDlg, TranslateT("Contact options"));
SendMessage(hwndDlg, WM_SETICON, ICON_SMALL, (LPARAM) LoadIcon(hInst, MAKEINTRESOURCE(IDI_OPTIONS)));