CUST: - FwUpdateSw: - resources

This commit is contained in:
Thomas Wiedebusch 2024-03-21 19:16:55 +01:00
parent e42c6163bc
commit 482a1ff137
2 changed files with 2 additions and 2 deletions

View File

@ -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 = "-----------------------------------------------------" +
"-----------------------------------------------------" +

View File

@ -686,6 +686,6 @@
<value>Konfigurationsvergleich erfolgreich.</value>
</data>
<data name="StrRegisterRecoveryWarning" xml:space="preserve">
<value>WARNUNG: Konfigurationswiederherstellung unvollständig</value>
<value>WARNUNG: Konfiguration unvollständig!</value>
</data>
</root>