From 482a1ff13723576e0f9fc83b4cb5bee2e0e1795a Mon Sep 17 00:00:00 2001 From: Thomas Wiedebusch Date: Thu, 21 Mar 2024 19:16:55 +0100 Subject: [PATCH] CUST: - FwUpdateSw: - resources --- ServiceFwUpdate/Ui/ServiceFwUpdateSw/FrmServiceFwUpdateSw.cs | 2 +- .../Ui/ServiceFwUpdateSw/Properties/Resources.de.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/FrmServiceFwUpdateSw.cs b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/FrmServiceFwUpdateSw.cs index 9cc9fc70..fd273c43 100644 --- a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/FrmServiceFwUpdateSw.cs +++ b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/FrmServiceFwUpdateSw.cs @@ -116,7 +116,7 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw private static readonly Color ColorUnknownStatus = Color.Gray; private const String SuccessSign = @"✔"; private const String FailedSign = @"✘"; - private const String WarningSign = @"?"; + private const String WarningSign = @"!"; private const String StrSeparator = "-----------------------------------------------------" + "-----------------------------------------------------" + diff --git a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.de.resx b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.de.resx index 7f1d381c..b0540bdc 100644 --- a/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.de.resx +++ b/ServiceFwUpdate/Ui/ServiceFwUpdateSw/Properties/Resources.de.resx @@ -686,6 +686,6 @@ Konfigurationsvergleich erfolgreich. - WARNUNG: Konfigurationswiederherstellung unvollständig + WARNUNG: Konfiguration unvollständig! \ No newline at end of file