From f166e98cd36eff6823788a255d04140457122d27 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Sun, 5 May 2024 12:23:17 +0200 Subject: [PATCH] Added a new localization string AHE_IncorrectComment. --- src/mhed/AppStrings.Designer.cs | 9 +++++++++ src/mhed/AppStrings.resx | 3 +++ src/mhed/AppStrings.ru.resx | 3 +++ 3 files changed, 15 insertions(+) diff --git a/src/mhed/AppStrings.Designer.cs b/src/mhed/AppStrings.Designer.cs index d340097..483da10 100644 --- a/src/mhed/AppStrings.Designer.cs +++ b/src/mhed/AppStrings.Designer.cs @@ -240,6 +240,15 @@ internal static string AHE_ImportSettingsError { } } + /// + /// Looks up a localized string similar to Incorrect comment entered!. + /// + internal static string AHE_IncorrectComment { + get { + return ResourceManager.GetString("AHE_IncorrectComment", resourceCulture); + } + } + /// /// Looks up a localized string similar to Incorrect hostname entered!. /// diff --git a/src/mhed/AppStrings.resx b/src/mhed/AppStrings.resx index 61c9f7a..410cc96 100644 --- a/src/mhed/AppStrings.resx +++ b/src/mhed/AppStrings.resx @@ -267,4 +267,7 @@ Failed to paste rows from the clipboard due to a format error! + + Incorrect comment entered! + \ No newline at end of file diff --git a/src/mhed/AppStrings.ru.resx b/src/mhed/AppStrings.ru.resx index 6a57ff3..e43000f 100644 --- a/src/mhed/AppStrings.ru.resx +++ b/src/mhed/AppStrings.ru.resx @@ -267,4 +267,7 @@ Не удалось вставить строки из буфера обмена из-за неправильного формата! + + Введён недействительный комментарий! + \ No newline at end of file