diff options
Diffstat (limited to 'plugins/SmartAutoAway')
-rw-r--r-- | plugins/SmartAutoAway/dlgproc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmartAutoAway/dlgproc.cpp b/plugins/SmartAutoAway/dlgproc.cpp index 72836cc6a8..7a8865b89f 100644 --- a/plugins/SmartAutoAway/dlgproc.cpp +++ b/plugins/SmartAutoAway/dlgproc.cpp @@ -102,7 +102,7 @@ INT_PTR CALLBACK DlgProcAutoAwayOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR theDialogIdleMessages = CreateDialog(GetModuleHandle(NULL),MAKEINTRESOURCE(IDD_OPT_SAA_IDLEMESSAGES), hwndDlg, DlgProcOptsIdleMessages);
#endif
tci.lParam = (LPARAM)theDialogIdleMessages;
- tci.pszText = TranslateT("Status Messages");
+ tci.pszText = TranslateT("Status messages");
GetClientRect(theDialogIdleMessages,&rcClient);
SendMessage(GetDlgItem(hwndDlg, IDC_OPT_SAA_TAB), TCM_INSERTITEM, (WPARAM)2, (LPARAM)&tci);
MoveWindow((HWND)theDialogIdleMessages,theTabSpace.left+(theTabSpace.right-rcClient.right)/2,
|