From 2db9f15ea7e2360ca858fa77602021a7d88573a8 Mon Sep 17 00:00:00 2001 From: djony Date: Sat, 20 Feb 2021 17:56:33 +0300 Subject: [PATCH] Update strtable_en.stb "2050 LA_DEL_CRL" - this entry appear in logfile when you delete cert from Certificate Revocation List. Thats why need to change it. "2051 LA_SET_CRL" - this entry must appear in logfile when you edit cert in Certificate Revocation List, but it doesn't happen (perhaps it's a bug) --- src/bin/hamcore/strtable_en.stb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hamcore/strtable_en.stb b/src/bin/hamcore/strtable_en.stb index 81128380..5dfdf53c 100644 --- a/src/bin/hamcore/strtable_en.stb +++ b/src/bin/hamcore/strtable_en.stb @@ -2047,7 +2047,7 @@ LA_DEL_L3_IF The virtual interface for Virtual Hub "%S" has been deleted from LA_ADD_L3_TABLE The routing table for network "%S" has been added to Virtual Layer 3 Switch "%S". LA_DEL_L3_TABLE The routing table for network "%S" has been deleted from Virtual Layer 3 Switch "%S". LA_ADD_CRL A certificate has been added to Certificate Revocation List. -LA_DEL_CRL A certificate has been edited in Certificate Revocation List. +LA_DEL_CRL A certificate has been deleted from Certificate Revocation List. LA_SET_CRL A registered item in a registration of a list of invalid certificates has been edited. LA_READ_LOG_FILE The log file on the server "%S" (log file "%S") has been downloaded. LA_ADD_LICENSE_KEY A new license key "%S" has been registered.