ObjectController: remove superfluous sprintf

This commit is contained in:
Thomas Gelf 2016-03-18 13:37:15 +01:00
parent d66f519424
commit 944701c725
1 changed files with 1 additions and 1 deletions

View File

@ -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')