modifié:         core/lib/Thelia/Controller/Admin/ImportExportController.php
	modifié:         core/lib/Thelia/Core/FileFormat/Archive/ArchiveBuilderManager.php
	modifié:         core/lib/Thelia/Core/FileFormat/Formatting/FormatterManager.php
	modifié:         core/lib/Thelia/Form/ExportForm.php
	modifié:         templates/backOffice/default/ajax/export-modal.html
	modifié:         templates/backOffice/default/export-page.html
This commit is contained in:
Benjamin Perche
2014-07-15 10:02:47 +02:00
parent 8d93a3c7ab
commit 44de50c805
6 changed files with 64 additions and 68 deletions

View File

@@ -96,7 +96,7 @@ class ArchiveBuilderManager
{
throw new \OutOfBoundsException(
Translator::getInstance()->trans(
"The archive creator %name doesn't exist",
"The archive builder \"%name\" doesn't exist",
[
"%name" => $name
]

View File

@@ -92,7 +92,7 @@ class FormatterManager
{
throw new \OutOfBoundsException(
Translator::getInstance()->trans(
"The formatter %name doesn't exist",
"The formatter \"%name\" doesn't exist",
[
"%name" => $name
]