diff options
-rw-r--r-- | plugins/Sessions/res/Sessions.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/res/Sessions.rc b/plugins/Sessions/res/Sessions.rc index 2ffeee03b3..28a0f5ff14 100644 --- a/plugins/Sessions/res/Sessions.rc +++ b/plugins/Sessions/res/Sessions.rc @@ -78,7 +78,7 @@ BEGIN EDITTEXT IDC_TRACK,224,70,27,12,ES_AUTOHSCROLL | ES_READONLY | ES_NUMBER
CONTROL "",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_TABSTOP,241,62,10,14
LTEXT "Save only last",IDC_EXSTATIC1,173,72,48,8
- LTEXT "Sessions",IDC_EXSTATIC2,253,72,28,8
+ LTEXT "sessions",IDC_EXSTATIC2,253,72,28,8
GROUPBOX "Misc",IDC_STATIC,170,96,128,95
CONTROL "Exclude hidden contacts from session on exit",IDC_EXCLHIDDEN,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,104,122,16
|