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