Merge pull request #393 from HammyHavoc/master

Changed 'System->Streams' to 'Settings->Streams'
This commit is contained in:
Lucas Bickel 2018-06-30 12:28:25 +02:00 committed by GitHub
commit e6afd444a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'];
}