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
@@ -182,7 +182,7 @@ public sealed class AddContainerForm : Form
{
MessageBox.Show(
this,
"Bitte eine Company wählen.",
"Bitte Company wählen.",
"Container",
MessageBoxButtons.OK,
MessageBoxIcon.Warning);
@@ -193,7 +193,7 @@ public sealed class AddContainerForm : Form
{
MessageBox.Show(
this,
"Bitte ein Sonic-System wählen.",
"Bitte System wählen.",
"Container",
MessageBoxButtons.OK,
MessageBoxIcon.Warning);
@@ -204,7 +204,7 @@ public sealed class AddContainerForm : Form
{
MessageBox.Show(
this,
"Bitte einen gültigen Timeout eingeben.",
"Ungültiger Timeout.",
"Container",
MessageBoxButtons.OK,
MessageBoxIcon.Warning);