From 3cf8147931ac997294bd28e534b46ba4cd4d67a5 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Mon, 16 Dec 2013 11:24:03 +0100 Subject: Translate frenchy message --- BCD/Genisoimage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BCD/Genisoimage.pm b/BCD/Genisoimage.pm index 07740a2..197d201 100644 --- a/BCD/Genisoimage.pm +++ b/BCD/Genisoimage.pm @@ -103,7 +103,7 @@ $builddir/../ system("du -sh $builddir/install"); my $size_iso = -s "$isodir/$isoname.iso"; if ($size_iso > 3900338176) { - print_color("Attention la taille de l'iso est trop importante", $error_color); + print_color("WARNING: THE SIZE OF THE ISO IS TOO BIG. PLEASE CHECK AGAIN.", $error_color); } } -- cgit v1.2.1