diff options
author | dartraiden <wowemuh@gmail.com> | 2018-09-04 23:53:29 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-09-04 23:53:29 +0300 |
commit | fcc492ef3002db50007c6e719b261e3ec0ef84b5 (patch) | |
tree | 0a6c9024a9bf0392205555025942a8a92e71c001 /plugins/Sessions | |
parent | 9e3938f115a08ec783778ec8e9210048adc147e7 (diff) |
Sessions: this cause problems with Russian translation
Diffstat (limited to 'plugins/Sessions')
-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
|