diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-10 19:37:21 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-10 19:37:21 +0000 |
commit | ae33d0202eb87d29550e3d23fcf16d2304d2da0a (patch) | |
tree | 0470c2554f6cb5f7d9a629369d9a9bc53c6bb8fc /src | |
parent | b1fe987e9cb85f169c858e3f2305038a4aa5151a (diff) |
kB -> KB (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stdchat/res/chat.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdchat/res/chat.rc b/src/core/stdchat/res/chat.rc index 12a6f3c475..6a65effc1e 100644 --- a/src/core/stdchat/res/chat.rc +++ b/src/core/stdchat/res/chat.rc @@ -162,7 +162,7 @@ BEGIN CONTROL "Enable highlighting",IDC_HIGHLIGHT,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,10,46,118,10
LTEXT "Limit log text to (events):",IDC_STATIC,133,46,112,8
- LTEXT "Trim to (kB)",IDC_STATIC,248,104,38,8
+ LTEXT "Trim to (KB)",IDC_STATIC,248,104,38,8
EDITTEXT IDC_LOGLIMIT,248,44,38,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin1",IDC_SPIN2,"msctls_updown32",UDS_SETBUDDYINT |
|