summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2021-04-04 01:05:54 +0300
committerdartraiden <wowemuh@gmail.com>2021-04-04 01:05:54 +0300
commit0a0429f66fd2e1034182bae4b1db5efac4e9f674 (patch)
tree95f734658f37b674eb36e86af584b4d93d10e026 /src/mir_app
parent24cc09ca79cf8d53e10e23b1103287f168570899 (diff)
History encryption is not something paranoid
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index f26b13ec84..27042d8840 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. Fast and effective, suitable for the most cases",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. Recommended only for paranoid users",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