diff --git a/forms/DataReport.php b/forms/DataReport.php index c3f58d2e9..c06cb762d 100755 --- a/forms/DataReport.php +++ b/forms/DataReport.php @@ -136,7 +136,7 @@ HTML $idtype = $this->id() . '_Type'; $class = $this->class; if($this->export){ - $value = _t('EXPORTCSV', 'Export to CSV'); + $value = _t('DataReport.EXPORTCSV', 'Export to CSV'); $exportButton =<<