diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-01 17:15:02 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-01 17:15:02 +0000 |
commit | 5dc554c98d317a5e9383d541de7d76b804603cfb (patch) | |
tree | de386e1b95ed648c64139e52a4c5d2e985c6d8fd /plugins/Db3x_mmap/res | |
parent | 123cd471df4b1a88766dae1390badbdf25fd64c6 (diff) |
comma before "etc."
git-svn-id: http://svn.miranda-ng.org/main/trunk@7444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/res')
-rw-r--r-- | plugins/Db3x_mmap/res/db3x_mmap.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/res/db3x_mmap.rc b/plugins/Db3x_mmap/res/db3x_mmap.rc index 92c086a7f0..5d6a56d8bf 100644 --- a/plugins/Db3x_mmap/res/db3x_mmap.rc +++ b/plugins/Db3x_mmap/res/db3x_mmap.rc @@ -79,7 +79,7 @@ BEGIN GROUPBOX "Database encryption mode",IDC_STATIC,6,22,305,160
CONTROL "Standard",IDC_STANDARD,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,54,292,12
CONTROL "Total",IDC_TOTAL,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,111,292,12
- LTEXT "Only critical data are encrypted (passwords, security tokens etc). All another settings and history remains unencrypted. Fast and effective, suitable for the most cases",IDC_STATIC,22,70,284,37
+ LTEXT "Only critical data are encrypted (passwords, security tokens, etc). All another settings and history remains unencrypted. Fast and effective, suitable for the most cases",IDC_STATIC,22,70,284,37
LTEXT "All string settings and all events in histories are encrypted. It also makes Miranda much slower and creates a risk of loosing everything you've stored in a profile in case of loosing password. Recommended only for paranoidal users",IDC_STATIC,22,126,284,37
END
|