diff options
author | Anne Nicolas <ennael@mageia.org> | 2013-12-16 11:24:03 +0100 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2013-12-16 11:24:03 +0100 |
commit | 3cf8147931ac997294bd28e534b46ba4cd4d67a5 (patch) | |
tree | bf7917f2b84c6b6bd35f132507c81157765aabc7 /BCD | |
parent | 889c0e97881ba90cc226a50777e1179b52f96b44 (diff) | |
download | bcd-3cf8147931ac997294bd28e534b46ba4cd4d67a5.tar bcd-3cf8147931ac997294bd28e534b46ba4cd4d67a5.tar.gz bcd-3cf8147931ac997294bd28e534b46ba4cd4d67a5.tar.bz2 bcd-3cf8147931ac997294bd28e534b46ba4cd4d67a5.tar.xz bcd-3cf8147931ac997294bd28e534b46ba4cd4d67a5.zip |
Translate frenchy message
Diffstat (limited to 'BCD')
-rw-r--r-- | BCD/Genisoimage.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |