ObjectController: remove superfluous sprintf
This commit is contained in:
parent
d66f519424
commit
944701c725
|
@ -133,7 +133,7 @@ abstract class ObjectController extends ActionController
|
|||
$this->view->form->handleRequest();
|
||||
|
||||
$this->view->actionLinks = $this->view->qlink(
|
||||
sprintf($this->translate('Clone'), $this->translate(ucfirst($ltype))),
|
||||
$this->translate('Clone'),
|
||||
'director/' . $ltype .'/clone',
|
||||
array('name' => $object->object_name),
|
||||
array('class' => 'icon-paste')
|
||||
|
|
Loading…
Reference in New Issue