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); } }