From 12e048a4864c021c4d442705886d00225e693fe8 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 4 Aug 2022 01:49:53 +0300 Subject: Add missing dot --- src/mir_app/res/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3