소스 검색

Merge pull request #1658 from John3/correctedDescription

Corrected "Pref::Server::ConnectionError" description.
Areloch 9 년 전
부모
커밋
6dec090324
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      Templates/Empty/game/core/scripts/server/defaults.cs
  2. 2 2
      Templates/Full/game/core/scripts/server/defaults.cs

+ 2 - 2
Templates/Empty/game/core/scripts/server/defaults.cs

@@ -36,9 +36,9 @@ $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 the FPS starter kit or "@
+   "You do not have the correct version of "@$appName@" or "@
    "the related art needed to play on this server, please contact "@
-   "the server operator for more information.";
+   "the server administrator.";
 
 // The network port is also defined by the client, this value 
 // overrides pref::net::port for dedicated servers

+ 2 - 2
Templates/Full/game/core/scripts/server/defaults.cs

@@ -36,9 +36,9 @@ $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 the FPS starter kit or "@
+   "You do not have the correct version of "@$appName@" or "@
    "the related art needed to play on this server, please contact "@
-   "the server operator for more information.";
+   "the server administrator.";
 
 // The network port is also defined by the client, this value 
 // overrides pref::net::port for dedicated servers