From ae3d0f9444677d6977e1b7395f5836de96eb6cb5 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 12 Dec 2023 12:24:50 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07143=20Fix=20bytes=20unit=20in=20attachm?= =?UTF-8?q?ents=20EN=20dict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dictionaries/en.dict.itop-attachments.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php index 579aa5e659..9bcc301421 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/en.dict.itop-attachments.php @@ -26,9 +26,9 @@ Dict::Add('EN US', 'English', 'English', array( 'Attachments:History_File_Removed' => 'Attachment %1$s removed.', 'Attachments:AddAttachment' => 'Add attachment: ', 'Attachments:UploadNotAllowedOnThisSystem' => 'File upload in NOT allowed on this system.', - 'Attachment:Max_Go' => '(Maximum file size: %1$s Go)', - 'Attachment:Max_Mo' => '(Maximum file size: %1$s Mo)', - 'Attachment:Max_Ko' => '(Maximum file size: %1$s Ko)', + 'Attachment:Max_Go' => '(Maximum file size: %1$s GB)', + 'Attachment:Max_Mo' => '(Maximum file size: %1$s MB)', + 'Attachment:Max_Ko' => '(Maximum file size: %1$s KB)', 'Attachments:NoAttachment' => 'No attachment. ', 'Attachments:PreviewNotAvailable' => 'Preview not available for this type of attachment.', 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s',