Files
iTop/sources/Core/BulkChange/RowStatus_NoChange.php
Anne-Cath dd2f6e7413 WIP
2025-09-08 15:21:34 +02:00

9 lines
156 B
PHP

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