added $appName

This commit is contained in:
John3 2016-06-20 20:07:03 -05:00
parent afcbe83a26
commit 0966037211
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ $Pref::Server::Info = "This is a Torque 3D server.";
// usefull to the client, such as the url or ftp address of where the
// latest version of the game can be obtained.
$Pref::Server::ConnectionError =
"You do not have the correct version of Torque3D or "@
"You do not have the correct version of "@$appName@" or "@
"the related art needed to play on this server, please contact "@
"the server administrator.";

View file

@ -36,7 +36,7 @@ $Pref::Server::Info = "This is a Torque 3D server.";
// usefull to the client, such as the url or ftp address of where the
// latest version of the game can be obtained.
$Pref::Server::ConnectionError =
"You do not have the correct version of Torque3D or "@
"You do not have the correct version of "@$appName@" or "@
"the related art needed to play on this server, please contact "@
"the server administrator.";