ObjectController: remove obsolete sprintf

This commit is contained in:
Thomas Gelf 2016-03-07 18:37:34 +01:00
parent e40c6d1f5e
commit 7ef09b99dc
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ abstract class ObjectController extends ActionController
$this->view->form->handleRequest();
$this->view->actionLinks = $this->view->qlink(
sprintf($this->translate('back'), $this->translate(ucfirst($ltype))),
$this->translate('back'),
'director/' . $ltype,
array('name' => $this->object->object_name),
array('class' => 'icon-left-big')