diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-16 13:18:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-16 13:18:10 +0000 |
commit | 4d8a575e275f4401da577c97720559fb734f7dc3 (patch) | |
tree | 1a10f7b8f1d3c2896cbf65ae03bb0718d1485b47 /src/core/stdchat/res | |
parent | b7ba413fea4561357ab6794d8e8135b3838679cf (diff) |
Cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat/res')
-rw-r--r-- | src/core/stdchat/res/chat.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdchat/res/chat.rc b/src/core/stdchat/res/chat.rc index 5469807430..69f19393cd 100644 --- a/src/core/stdchat/res/chat.rc +++ b/src/core/stdchat/res/chat.rc @@ -219,7 +219,7 @@ BEGIN LTEXT "Timeout (s)",IDC_STATIC,33,138,92,8
LTEXT "Text",IDC_STATIC,141,83,49,8
LTEXT "Background",IDC_STATIC,201,83,67,8
- LTEXT "(The timeout require at least Popup plugin v 1.0.1.9. Setting it to 0 means default setting and -1 means indefinite time)",
+ LTEXT "(Setting timeout to 0 means default setting and -1 means indefinite time)",
IDC_STATIC,33,151,207,17
END
@@ -419,7 +419,7 @@ BEGIN MENUITEM "", 65535
POPUP "Message"
BEGIN
- MENUITEM "Undo ", ID_MESSAGE_UNDO, GRAYED
+ MENUITEM "Undo", ID_MESSAGE_UNDO, GRAYED
MENUITEM "Redo", ID_MESSAGE_REDO, GRAYED
MENUITEM SEPARATOR
MENUITEM "Copy", ID_MESSAGE_COPY, GRAYED
|