diff options
author | RMN <rmn@miranda-ng.org> | 2014-09-15 10:17:52 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-09-15 10:17:52 +0000 |
commit | e1747d22bf5b6010f06edd633f452679c31a3944 (patch) | |
tree | 1ef00275206b8eb4e823ba94249e5a3aaa034fc6 /plugins/Boltun/res | |
parent | 325fac82a5d207a54bdc8dcda32c39bbf7355e86 (diff) |
resources: comma in Conditional Clauses with "if":
if the subordinate clause ("if clause") comes first, a comma should be used to separate it from the main clause,
while no comma is needed if the "if clause" follows the main one.
git-svn-id: http://svn.miranda-ng.org/main/trunk@10450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Boltun/res')
-rw-r--r-- | plugins/Boltun/res/Boltun.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Boltun/res/Boltun.rc b/plugins/Boltun/res/Boltun.rc index 16158b3375..2b67b20d9e 100644 --- a/plugins/Boltun/res/Boltun.rc +++ b/plugins/Boltun/res/Boltun.rc @@ -106,7 +106,7 @@ BEGIN PUSHBUTTON "...",IDC_BTNPATH,226,18,16,16
GROUPBOX "Base of remarks",IDC_TXTREPLICPATH,5,6,297,36
PUSHBUTTON "Reload",IDC_BTNRELOAD,246,18,52,16
- CONTROL "Stay silent, if have no good aswers",IDC_ENGINE_SILENT,
+ CONTROL "Stay silent if have no good aswers",IDC_ENGINE_SILENT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,62,283,10
CONTROL "Start answers with a lowercase letter",IDC_ENGINE_LOWERCASE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,94,282,10
|