From 223291f34f480094de4f527d8c30f678fb2e914c Mon Sep 17 00:00:00 2001 From: Thomas Wiedebusch Date: Thu, 21 Mar 2024 18:40:42 +0100 Subject: [PATCH] CUST: - resources --- .../ServiceFwUpdateSw/Properties/Resources.Designer.cs | 9 +++++++++ .../Ui/ServiceFwUpdateSw/Properties/Resources.resx | 3 +++ 2 files changed, 12 insertions(+) diff --git a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.Designer.cs b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.Designer.cs index 6f3b5a9a..f4ee4515 100644 --- a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.Designer.cs +++ b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.Designer.cs @@ -1330,6 +1330,15 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.Properties { } } + /// + /// Looks up a localized string similar to WARNING: Configuration partially skipped!. + /// + internal static string StrRegisterRecoveryWarning { + get { + return ResourceManager.GetString("StrRegisterRecoveryWarning", resourceCulture); + } + } + /// /// Looks up a localized string similar to ERROR: Configuration restoring failed!. /// diff --git a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.resx b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.resx index 3dba6bd7..0fdc1743 100644 --- a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.resx +++ b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.resx @@ -685,4 +685,7 @@ Successfully compared configuration. + + WARNING: Configuration partially skipped! + \ No newline at end of file