mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 00:24:14 +01:00
9 lines
152 B
PHP
9 lines
152 B
PHP
<?php
|
|
|
|
class RowStatus_NewObj extends RowStatus
|
|
{
|
|
public function GetDescription()
|
|
{
|
|
return Dict::S('UI:CSVReport-Row-Created');
|
|
}
|
|
} |