diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-07 11:24:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-07 11:24:51 +0000 |
commit | b3a5fe6e45aadf4503b78b387f7c4c33ad5e5558 (patch) | |
tree | 6e1369b9b3547055d00769aa43f913efea43f5ca | |
parent | 44d8cdec2ca6823cb6f176f715c57650618d0558 (diff) | |
download | mgaonline-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
-rwxr-xr-x | mdkupdate | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |