Files
iTop/core/bulkchange/RowStatus_NoChange.php

9 lines
156 B
PHP

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