diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-12-18 17:00:28 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-12-18 17:00:28 +0100 |
commit | 318b0a8663de7e27c3b9efc12009382b998beb0e (patch) | |
tree | b35f1a1641fe22ec1394b120a76bb45b3fa0b489 /admin/WebConsole/idiomas/php/eng | |
parent | 66bf79d4b7cd5adadecf1497288e92f4b9789861 (diff) |
#947: Link the statistics page from the help page.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/ayuda_eng.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php index eaf1d084..21d0befa 100644 --- a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php +++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php @@ -7,6 +7,7 @@ // Mensajes. if (empty ($TbMsg)) $TbMsg=array(); $TbMsg["HELP_TITLE"]='Help'; +$TbMsg["OU_STATS"]='Statistics of the Organizational Unit'; $TbMsg["MANUAL"]='User Manual'; $TbMsg["API"]='Engine API documentation'; $TbMsg["CFG"]='Client configuration'; |