From 8add0353064ecdeb4d814eb4b2b08b362f9c6594 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Mon, 5 Apr 2021 23:49:22 +0300 Subject: Fix resource (thx @tweimer) --- src/mir_app/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mir_app/res') 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 -- cgit v1.2.3