IcingaDeleteObjectForm: note, might be obsolete

This commit is contained in:
Thomas Gelf 2016-02-27 02:06:59 +01:00
parent 9fb2ff64aa
commit 4f65a44494
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
// TODO: Check whether this can be removed
namespace Icinga\Module\Director\Forms;
use Icinga\Module\Director\Objects\IcingaObject;
@ -23,7 +23,7 @@ class IcingaDeleteObjectForm extends QuickForm
{
$object = $this->object;
$msg = sprintf(
'The %s "%s" has been deleted',
'The %s "%s" has been deleted',
$object->getShortTableName(),
$object->object_name
);