diff options
Diffstat (limited to 'plugins/TabSRMM/res/resource.rc')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index f8e5ac4b55..4fc66e663d 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -76,7 +76,7 @@ BEGIN LTEXT "Message send timeout",IDC_STATIC,11,155,161,11
EDITTEXT IDC_SECONDS,187,152,35,12,ES_AUTOHSCROLL
CONTROL "",IDC_TIMEOUTSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,226,153,11,11
- LTEXT "seconds.",IDC_STATIC,229,154,36,8
+ LTEXT "seconds",IDC_STATIC,229,154,36,8
LTEXT "Input history size",IDC_STATIC,11,168,162,10
EDITTEXT IDC_HISTORYSIZE,187,167,35,12,ES_AUTOHSCROLL
CONTROL "",IDC_HISTORYSIZESPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,225,166,11,13
|