change the message for no server URL a bit

This commit is contained in:
random() 2025-05-15 21:06:33 -06:00
parent 6235a69e43
commit c3b202af23

View file

@ -256,7 +256,7 @@ namespace JellyfinRPC
} }
else else
{ {
System.Windows.Forms.MessageBox.Show("No Server URL Set", "Quick Connect Error", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Exclamation); System.Windows.Forms.MessageBox.Show("No Server URL is set.", "Quick Connect Error", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Exclamation);
} }
} }