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

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

@@ -38,7 +38,7 @@ define('command', "Command:");
 define('select_agent', "Select Agent:");
 define('chdir_failed', "Error: chdir() returned false.");
 define('agent_invalid', "Invalid Agent specified.");
-define('networktools_agent_offline', "Unable to execute your command on the selected agent because it is offline.");
+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.");
 define('command_unavilable', "The selected command is unavailable on the selected agent.");
@@ -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.");
-?>
+?>