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