Changed 'System->Streams' to 'Settings->Streams'

This commit is contained in:
Hammy Havoc 2018-01-02 01:01:57 +00:00
parent 0327a750ad
commit 3c808aef45
35 changed files with 37 additions and 37 deletions

View file

@ -48,7 +48,7 @@ class ListenerstatController extends Zend_Controller_Action
foreach ($errorStatus as $v) {
$key = explode('_listener_stat_error', $v['keyname']);
if ($v['value'] != 'OK') {
$v['value'] = _("Please make sure admin user/password is correct on System->Streams page.");
$v['value'] = _("Please make sure admin user/password is correct on Settings->Streams page.");
}
$out[$key[0]] = $v['value'];
}