From 862fee173a7828ec71935120f3a89e41c2564d26 Mon Sep 17 00:00:00 2001 From: Sander Hagenaars Date: Fri, 4 Jan 2019 12:45:32 +0100 Subject: [PATCH] Fixed typo in translation string This would give a Notice on some server setups --- code/ExcelDataFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ExcelDataFormatter.php b/code/ExcelDataFormatter.php index ae89bf9..81553d9 100644 --- a/code/ExcelDataFormatter.php +++ b/code/ExcelDataFormatter.php @@ -192,7 +192,7 @@ protected function setupExcel(DataObjectInterface $do) 'firebrandhq.EXCELEXPORT', 'List of {plural} exported out of a SilverStripe website', 'Description for the spread sheet export', - array('pluralr' => $plural) + array('plural' => $plural) )); // Give a name to the sheet