From 9bc560b6ec50794c6bd17436dcfc50bcd267d2d2 Mon Sep 17 00:00:00 2001
From: Romain Louis
Date: Mon, 21 Apr 2008 03:47:15 +0000
Subject: [PATCH] _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
---
forms/DataReport.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 =<<