diff options
author | dartraiden <wowemuh@gmail.com> | 2022-08-04 01:49:53 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-08-04 02:29:54 +0300 |
commit | 12e048a4864c021c4d442705886d00225e693fe8 (patch) | |
tree | f2f214f1cafe15cf12324370b91a2398449e5952 /src/mir_app/res | |
parent | a2446fefe8710b8da73b5d2b645f7c7026ca2b17 (diff) |
Add missing dot
Diffstat (limited to 'src/mir_app/res')
-rw-r--r-- | src/mir_app/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 900613ed3b..56e66a8298 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -958,7 +958,7 @@ BEGIN GROUPBOX "Database encryption mode",IDC_STATIC,6,22,305,125
CONTROL "Standard",IDC_STANDARD,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,38,292,12
CONTROL "Total",IDC_TOTAL,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,95,292,12
- LTEXT "Only critical data are encrypted (passwords, security tokens, etc). All other settings and history remains unencrypted.",IDC_STATIC,22,54,284,37
+ LTEXT "Only critical data are encrypted (passwords, security tokens, etc.). All other settings and history remains unencrypted.",IDC_STATIC,22,54,284,37
LTEXT "All string settings and all events in histories are encrypted. It also makes Miranda much slower and creates a risk of losing everything you've stored in a database in case of losing password.",IDC_STATIC,22,110,284,33
PUSHBUTTON "Set password",IDC_USERPASS1,200,153,111,17
END
|