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:
@@ -284,7 +284,7 @@ public sealed class AddTargetPathForm : Form
|
||||
{
|
||||
MessageBox.Show(
|
||||
this,
|
||||
"Bitte ein Neustart-Ziel (Sonic-Container) wählen.",
|
||||
"Bitte Ziel wählen.",
|
||||
"Zertifikat-Pfad",
|
||||
MessageBoxButtons.OK,
|
||||
MessageBoxIcon.Warning);
|
||||
@@ -313,8 +313,7 @@ public sealed class AddTargetPathForm : Form
|
||||
{
|
||||
MessageBox.Show(
|
||||
this,
|
||||
_lastProbe?.Message
|
||||
?? "Pfad konnte nicht geprüft werden.",
|
||||
"Prüfung fehlgeschlagen.",
|
||||
"Zertifikat-Pfad",
|
||||
MessageBoxButtons.OK,
|
||||
MessageBoxIcon.Warning);
|
||||
@@ -325,8 +324,7 @@ public sealed class AddTargetPathForm : Form
|
||||
{
|
||||
DialogResult confirm = MessageBox.Show(
|
||||
this,
|
||||
"Am Ziel liegt noch keine Zertifikatsdatei.\n\n"
|
||||
+ "Pfad trotzdem speichern?",
|
||||
"Datei fehlt. Trotzdem speichern?",
|
||||
"Datei fehlt",
|
||||
MessageBoxButtons.YesNo,
|
||||
MessageBoxIcon.Question);
|
||||
|
||||
Reference in New Issue
Block a user