diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-11 18:13:07 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-11 18:13:07 +0000 |
commit | 3da0847e041cdbd4134725d1abd94b3653eb5945 (patch) | |
tree | beecd11ef41a1f9f37da4c6ca8e62027bfce423a /perl-install/install_steps_gtk.pm | |
parent | 29c5112b2eeee74d4ee3ab9ae86cb19840be91b4 (diff) | |
download | drakx-3da0847e041cdbd4134725d1abd94b3653eb5945.tar drakx-3da0847e041cdbd4134725d1abd94b3653eb5945.tar.gz drakx-3da0847e041cdbd4134725d1abd94b3653eb5945.tar.bz2 drakx-3da0847e041cdbd4134725d1abd94b3653eb5945.tar.xz drakx-3da0847e041cdbd4134725d1abd94b3653eb5945.zip |
format-a-la-tex the message telling that the system is low on resources
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 90b71acab..a4577c7df 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -170,9 +170,9 @@ sub selectLanguage { $o->SUPER::selectLanguage; $o->ask_warn('', -N("Your system is low on resources. You may have some problem installing +formatAlaTeX(N("Your system is low on resources. You may have some problem installing Mandrake Linux. If that occurs, you can try a text install instead. For this, -press `F1' when booting on CDROM, then enter `text'.")) if $first_time && availableRamMB() < 70; # 70MB +press `F1' when booting on CDROM, then enter `text'."))) if $first_time && availableRamMB() < 70; # 70MB } |