diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-09 08:46:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-09 08:46:25 +0000 |
commit | 2ff607d58d8889248484d3bcd4eb123a13c0a164 (patch) | |
tree | e4d9a9617e0d7d1cfe249d00aa2eaaf85c0c286e /plugins/Scriver/res | |
parent | 9aac6d3df840fb35a4798f25929bd7187f1c65a9 (diff) |
English US correction (patch by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/res')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 04a21d63d4..460fc93cd9 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -20,7 +20,7 @@ STYLE DS_FIXEDSYS | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Behaviour",IDC_STATIC,0,0,304,176
+ GROUPBOX "Behavior",IDC_STATIC,0,0,304,176
CONTROL "Automatically pop up the window when",
IDC_AUTOPOPUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,12,
155,10
|