Simplify UI labels and dialogs: drop clutter, show Sonic as connected/not connected.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -58,8 +58,8 @@ internal static class Program
|
||||
if (!finalCheck.IsReady)
|
||||
{
|
||||
MessageBox.Show(
|
||||
"Die Einrichtung ist noch nicht vollständig.",
|
||||
"Einstellungen unvollständig",
|
||||
"Einrichtung unvollständig.",
|
||||
"Einstellungen",
|
||||
MessageBoxButtons.OK,
|
||||
MessageBoxIcon.Warning);
|
||||
|
||||
@@ -73,8 +73,8 @@ internal static class Program
|
||||
catch (Exception exception)
|
||||
{
|
||||
MessageBox.Show(
|
||||
exception.ToString(),
|
||||
"Anwendung konnte nicht gestartet werden",
|
||||
"Start fehlgeschlagen.",
|
||||
"Fehler",
|
||||
MessageBoxButtons.OK,
|
||||
MessageBoxIcon.Error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user