summaryrefslogtreecommitdiff
path: root/src/core/stduserinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stduserinfo')
-rw-r--r--src/core/stduserinfo/src/contactinfo.cpp2
-rw-r--r--src/core/stduserinfo/src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stduserinfo/src/contactinfo.cpp b/src/core/stduserinfo/src/contactinfo.cpp
index c142be091b..45079c2f96 100644
--- a/src/core/stduserinfo/src/contactinfo.cpp
+++ b/src/core/stduserinfo/src/contactinfo.cpp
@@ -32,7 +32,7 @@ static INT_PTR CALLBACK EditUserEmailDlgProc(HWND hwndDlg, UINT msg, WPARAM wPar
switch (msg) {
case WM_INITDIALOG:
SetWindowLongPtr(hwndDlg, GWLP_USERDATA, (LONG_PTR)lParam);
- if (*(char*)lParam) SetWindowText(hwndDlg, TranslateT("Edit E-Mail address"));
+ if (*(char*)lParam) SetWindowText(hwndDlg, TranslateT("Edit e-mail address"));
TranslateDialogDefault(hwndDlg);
SetDlgItemTextA(hwndDlg, IDC_EMAIL, (char*)lParam);
EnableWindow(GetDlgItem(hwndDlg, IDOK), *(char*)lParam);
diff --git a/src/core/stduserinfo/src/version.h b/src/core/stduserinfo/src/version.h
index 4a01547508..cb1ff90a6f 100644
--- a/src/core/stduserinfo/src/version.h
+++ b/src/core/stduserinfo/src/version.h
@@ -9,4 +9,4 @@
#define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/StdUserInfo/"
-#define __COPYRIGHT "© 2012 Miranda NG Development Team"
+#define __COPYRIGHT "© 2012-15 Miranda NG Development Team"