_t call for EXPORTCSV problem fixed

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2@53099 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Romain Louis 2008-04-21 03:47:15 +00:00 committed by Sam Minnee
parent 30b247e71a
commit 9bc560b6ec

View File

@ -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 =<<<HTML
<input name="$idexport" style="width: 12em" type="button" id="$idexport" class="DataReport_ExportToCSVButton" value="$value" />
<input name="Type" type="hidden" value="$class" id="$idtype" />