summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-30 08:18:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-30 08:18:25 +0000
commit306d47fce12f283c25ee9fe16db85c61117b2480 (patch)
treefaeba39182001554d3453f3d130920cc0d3a3726 /perl-install/standalone/drakfloppy
parent57ca5f554a5d2f6c871c1917f22ddabb40c82c23 (diff)
downloaddrakx-backup-do-not-use-306d47fce12f283c25ee9fe16db85c61117b2480.tar
drakx-backup-do-not-use-306d47fce12f283c25ee9fe16db85c61117b2480.tar.gz
drakx-backup-do-not-use-306d47fce12f283c25ee9fe16db85c61117b2480.tar.bz2
drakx-backup-do-not-use-306d47fce12f283c25ee9fe16db85c61117b2480.tar.xz
drakx-backup-do-not-use-306d47fce12f283c25ee9fe16db85c61117b2480.zip
(build_it) add translator hint
Diffstat (limited to 'perl-install/standalone/drakfloppy')
-rwxr-xr-xperl-install/standalone/drakfloppy4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy
index 830340da4..5bae9148d 100755
--- a/perl-install/standalone/drakfloppy
+++ b/perl-install/standalone/drakfloppy
@@ -318,7 +318,9 @@ sub build_it() {
info_dialog(N("Floppy creation completed"), N("The creation of the boot floppy has been successfully completed \n"));
ugtk2->exit;
} else {
- err_dialog(N("Error"), N("Unable to properly close mkbootdisk:\n\n<span foreground=\"Red\"><tt>%s</tt></span>", $log), { use_markup => 1 });
+ err_dialog(N("Error"),
+ #-PO: Do not alter the <span ..> and </span> tags
+ N("Unable to properly close mkbootdisk:\n\n<span foreground=\"Red\"><tt>%s</tt></span>", $log), { use_markup => 1 });
}
return 0;