diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-06-03 16:44:17 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-06-03 16:44:17 +0000 |
commit | a25c42ce3c9d206014ef711a4064ad6504dd90d9 (patch) | |
tree | 7ac676dbc55d270b4807e1aed54300ceafa8712a /perl-install/install_steps_gtk.pm | |
parent | c5e62d4adea5c8367e18dd3e90d703a1be6f4307 (diff) | |
download | drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.gz drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.bz2 drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.xz drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.zip |
english fixes thx to vincent meyer
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index d9782f4ea..5bebf5c84 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -145,7 +145,7 @@ sub selectLanguage { $o->SUPER::selectLanguage; $o->ask_warn('', -_("Your system is low on resource. You may have some problem installing +_("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() < 60; # 60MB |