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:
2026-07-31 08:19:15 +02:00
co-authored by Cursor
parent f98daec656
commit d20e0df618
8 changed files with 97 additions and 222 deletions
@@ -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);
}