diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-03-11 15:02:50 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-03-11 15:02:50 +0100 |
commit | 852bb8037637f290b2e600d442a92d63064d924c (patch) | |
tree | 15976e3f606e25f237cbae6f5b2854636bdb4ef8 /admin/WebConsole/idiomas/php/eng | |
parent | 2078a2f2e08fc032afaae67f1e49767cd8a6f704 (diff) |
#962: Update warnings for the web command "Run Script" (Windows script does not require escape characters).
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/comandos/ejecutarscripts_eng.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/comandos/ejecutarscripts_eng.php b/admin/WebConsole/idiomas/php/eng/comandos/ejecutarscripts_eng.php index fa00a89f..eae397d0 100644 --- a/admin/WebConsole/idiomas/php/eng/comandos/ejecutarscripts_eng.php +++ b/admin/WebConsole/idiomas/php/eng/comandos/ejecutarscripts_eng.php @@ -20,11 +20,10 @@ $TbMsg[12]=' Execution mode * '; $TbMsg[13]='System'; $TbMsg[14]='User'; - $TbMsg[15]="Warning: Execution mode is only applied to new OS agents: <br>\n + $TbMsg[15]="Warning: * User mode is only valid if a graphic mode session is started.<br>\n * Script language to send must correspond with the client status.<br>\n - * For Windows you have to escape backslash."; - + * OGAgent for Windows prior to 1.1.1b only: you must escape backslash (\\\\)."; $TbMsg["WDI10"]='Modify code'; $TbMsg["WDI11"]='Deploy Image Wizard'; $TbMsg["WDI12"]='Generate OG Code'; |