Files
iTop/core/bulkchange/RowStatus_NewObj.php

9 lines
152 B
PHP

<?php
class RowStatus_NewObj extends RowStatus
{
public function GetDescription()
{
return Dict::S('UI:CSVReport-Row-Created');
}
}