Просмотр исходного кода

Update util.php

Some text corrections
rocco27 9 лет назад
Родитель
Сommit
21f0a6e45b
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      lang/English/modules/util.php

+ 6 - 6
lang/English/modules/util.php

@@ -29,15 +29,15 @@ define('network_tools', "Network Tools");
 define('sourcemod_admins', "Sourcemod Admins");
 define('steam_converter', "SteamID Converter");
 define('your_ip', "Your IP Address:");
-define('loading_agents', "Loading Online Agents...");
-define('loading_failed', "Loading Agents Failed.");
-define('agents_offline', "All agents are offline.");
+define('loading_agents', "Loading online Agents...");
+define('loading_failed', "Loading Agents failed.");
+define('agents_offline', "All Agents are offline.");
 define('no_commands', "Sorry, your user account has no commands available.");
-define('remote_target', "Target Address:");
+define('remote_target', "Target IP Address:");
 define('command', "Command:");
 define('select_agent', "Select Agent:");
 define('chdir_failed', "Error: chdir() returned false.");
-define('agent_invalid', "Invalid agent specified.");
+define('agent_invalid', "Invalid Agent specified.");
 define('networktools_agent_offline', "Unable to execute your command on the selected agent because it is offline.");
 define('target_empty', "No remote target given.");
 define('command_empty', "No command selected.");
@@ -93,4 +93,4 @@ define('invalid_steamid', "You have entered an invalid Steam ID.");
 define('invalid_immunity', "You entered an invalid immunity value.");
 define('submit', "Submit");
 define('post_failed', "The POST action failed. Unable to retrieve a response.");
-?>
+?>