From 411f4368076c6074dd320b70f8ffc9da405f99dd Mon Sep 17 00:00:00 2001 From: Safgerd Date: Sat, 25 Mar 2023 22:46:41 +0400 Subject: [PATCH] =?UTF-8?q?LabWork01=5FHard:=20=D0=A4=D0=B8=D0=BA=D1=81?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutomobilePlant/AutomobilePlant/FormShop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomobilePlant/AutomobilePlant/FormShop.cs b/AutomobilePlant/AutomobilePlant/FormShop.cs index cf19c23..51324b9 100644 --- a/AutomobilePlant/AutomobilePlant/FormShop.cs +++ b/AutomobilePlant/AutomobilePlant/FormShop.cs @@ -120,7 +120,7 @@ namespace AutomobilePlant } catch (Exception ex) { - _logger.LogError(ex, "Error during saving shop"); + _logger.LogError(ex, "Ошибка при сохранении магазина"); MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); } }