Skip to content

Commit

Permalink
Fix trans
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 28, 2018
1 parent 3650543 commit 619ec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/tools/dolibarr_export.php
Expand Up @@ -545,7 +545,7 @@ function hideoptions () {
print $langs->trans("Compression").':   ';
$filecompression = $compression;
array_shift($filecompression);
$filecompression['zip']= array('function' => 'dol_compress_dir', 'id' => 'radio_compression_zip', 'label' => $langs->trans("FormatZip"));
$filecompression['zip']= array('function' => 'dol_compress_dir', 'id' => 'radio_compression_zip', 'label' => $langs->trans("Zip"));

foreach($filecompression as $key => $val)
{
Expand Down

0 comments on commit 619ec1f

Please sign in to comment.