Server Options "Advertising..." Rewording

"Advertising..." -> "Broadcast..."; "Advertise" -> "Make Public"
This commit is contained in:
VelocitOni 2025-07-24 20:09:40 -04:00
parent c3482ee779
commit 797a776ca4

View file

@ -14,7 +14,7 @@
menuitem_t OPTIONS_Server[] =
{
{IT_HEADER, "Advertising...", NULL,
{IT_HEADER, "Broadcast...", NULL,
NULL, {NULL}, 0, 0},
{IT_STRING | IT_CVAR | IT_CV_STRING, "Server Name", "Name of your server.",
@ -23,7 +23,7 @@ menuitem_t OPTIONS_Server[] =
{IT_STRING | IT_CVAR | IT_CV_STRING, "Server Contact", "How you should be contacted for Master Server moderation.",
NULL, {.cvar = &cv_server_contact}, 0, 0},
{IT_STRING | IT_CVAR, "Advertise", "Display your server in the Browser for other players to join.",
{IT_STRING | IT_CVAR, "Make Public", "Display your server in the Browser for other players to join.",
NULL, {.cvar = &cv_advertise}, 0, 0},