diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-16 00:49:24 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-16 00:49:24 +0000 |
commit | 91287849c74f56519476e056312d042123cd661e (patch) | |
tree | c639fb97e5310b9be1a558c05b3bb024bae83ded /plugins/Sessions | |
parent | ab8132461435e134601c4bc58ba5e964c1f8a66f (diff) |
cosmetics: dot after "etc"
git-svn-id: http://svn.miranda-ng.org/main/trunk@6083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Sessions')
-rw-r--r-- | plugins/Sessions/res/Sessions.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/res/Sessions.rc b/plugins/Sessions/res/Sessions.rc index 8004584571..ca27f18f77 100644 --- a/plugins/Sessions/res/Sessions.rc +++ b/plugins/Sessions/res/Sessions.rc @@ -84,7 +84,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,104,122,16
CONTROL "Warn, when some of LastSession contacts are hidden",IDC_LASTHIDDENWARN,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,121,122,20
- CONTROL "Show other warnings (""session already opened"" etc...)",IDC_WARNINGS,
+ CONTROL "Show other warnings (""session already opened"" etc.)",IDC_WARNINGS,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,143,122,17
CONTROL "Crash Recovery mode",IDC_CRASHRECOVERY,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,173,162,122,17
END
|