Skip to content

Commit b96e831

Browse files
Merge pull request #5 from sanderha/fix-typo
Fixed typo in translation string
2 parents d65bccd + 862fee1 commit b96e831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ExcelDataFormatter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ protected function setupExcel(DataObjectInterface $do)
192192
'firebrandhq.EXCELEXPORT',
193193
'List of {plural} exported out of a SilverStripe website',
194194
'Description for the spread sheet export',
195-
array('pluralr' => $plural)
195+
array('plural' => $plural)
196196
));
197197

198198
// Give a name to the sheet

0 commit comments

Comments
 (0)