summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-07 11:24:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-07 11:24:51 +0000
commitb3a5fe6e45aadf4503b78b387f7c4c33ad5e5558 (patch)
tree6e1369b9b3547055d00769aa43f913efea43f5ca /mdkupdate
parent44d8cdec2ca6823cb6f176f715c57650618d0558 (diff)
downloadmgaonline-b3a5fe6e45aadf4503b78b387f7c4c33ad5e5558.tar
mgaonline-b3a5fe6e45aadf4503b78b387f7c4c33ad5e5558.tar.gz
mgaonline-b3a5fe6e45aadf4503b78b387f7c4c33ad5e5558.tar.bz2
mgaonline-b3a5fe6e45aadf4503b78b387f7c4c33ad5e5558.tar.xz
mgaonline-b3a5fe6e45aadf4503b78b387f7c4c33ad5e5558.zip
add a comment about untranslated icon name for translators
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 65e89c99..c4366d20 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -133,7 +133,9 @@ if (!$bundle) {
}
} else {
if (-d '/live/media/loopbacks') {
- $in->ask_warn(N("Warning"), N("You first need to install the system on your harddrive with the 'Live Install' wizard."));
+ $in->ask_warn(N("Warning"),
+ #-PO: here Live Install is currently *NOT* translated on the desktop, so it's better to keep as it:
+ N("You first need to install the system on your harddrive with the 'Live Install' wizard."));
$in->exit(1);
}
my $bundle_info;