|
|
@@ -144,7 +144,7 @@ done
|
|
|
# Sort and output the available distro details.
|
|
|
if [ -n "$available_details" ]; then
|
|
|
echo -e ""
|
|
|
- echo -e "${bold}${lightgreen}Available Distro Details${default}"
|
|
|
+ echo -e "${bold}${lightgreen}Available Gameserver Details${default}"
|
|
|
fn_messages_separator
|
|
|
echo -e "${available_details}" | sort
|
|
|
fi
|
|
|
@@ -152,7 +152,7 @@ fi
|
|
|
# Output the missing server details if there are any.
|
|
|
if [ -n "$missing_details" ]; then
|
|
|
echo -e ""
|
|
|
- echo -e "${lightgreen}Missing or unsupported Server Details${default}"
|
|
|
+ echo -e "${lightgreen}Missing or unsupported Gameserver Details${default}"
|
|
|
fn_messages_separator
|
|
|
echo -e "${missing_details}" | sort
|
|
|
fi
|