diff options
author | Alexander Gavrilov <wowemuh@gmail.com> | 2021-04-05 23:49:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 23:49:22 +0300 |
commit | 8add0353064ecdeb4d814eb4b2b08b362f9c6594 (patch) | |
tree | 8b5de1062469ab20cb5d88b5792d1ef56ff7d00e /src | |
parent | fd46a7766284d0b7f95ab925bf5113a92e91e129 (diff) |
Fix resource (thx @tweimer)
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 27042d8840..b6187d3351 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -950,8 +950,8 @@ 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 "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
+ 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
|