summaryrefslogtreecommitdiff
path: root/plugins/AVS/src/options.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-12-28 13:10:47 +0000
committerDart Raiden <wowemuh@gmail.com>2015-12-28 13:10:47 +0000
commit79b1ada8ab3b7bc61eb77c261d2db0fe1ff77676 (patch)
tree8902d7880a1e4a4432a2d8cebf883b015a9bdcca /plugins/AVS/src/options.cpp
parent585beea01e6e45ea8ce1464dd92e768b46fb9b55 (diff)
AVS: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/options.cpp')
-rw-r--r--plugins/AVS/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp
index 5909a0d1ea..7aba56ce49 100644
--- a/plugins/AVS/src/options.cpp
+++ b/plugins/AVS/src/options.cpp
@@ -1072,7 +1072,7 @@ static INT_PTR CALLBACK DlgProcAvatarProtoInfo(HWND hwndDlg, UINT msg, WPARAM wP
case IDC_DELETE:
if (BST_UNCHECKED == IsDlgButtonChecked(hwndDlg, IDC_PER_PROTO)) {
- if (MessageBox(hwndDlg, TranslateT("Are you sure you want to remove your avatar?"), TranslateT("Global Avatar"), MB_YESNO) == IDYES)
+ if (MessageBox(hwndDlg, TranslateT("Are you sure you want to remove your avatar?"), TranslateT("Global avatar"), MB_YESNO) == IDYES)
avSetMyAvatar(NULL, _T(""));
}
else {