diff --git a/src/menus/options-server-1.c b/src/menus/options-server-1.c index a6640a6e6..3e9a54356 100644 --- a/src/menus/options-server-1.c +++ b/src/menus/options-server-1.c @@ -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},