From 49a47057f118d05ddc7661ea5a9731ce526e0ce4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 10 Oct 2011 20:36:30 +0000 Subject: fix missing "Mageia" instances (found by perl_checker) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_gtk.pm | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index acbff0353..421329539 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix missing "Mageia" instances + Version 13.65 - 19 September 2011 - only favor packages with mga extension, we don't have packages with mdv or diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index b8343d22c..3aaca036f 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -205,7 +205,7 @@ sub selectLanguage { $o->ask_warn('', formatAlaTeX(N("Your system is low on resources. You may have some problem installing %s. If that occurs, you can try a text install instead. For this, -press `F1' when booting on CDROM, then enter `text'."))) if availableRamMB() < 70; # 70MB +press `F1' when booting on CDROM, then enter `text'.", N("Mageia")))) if availableRamMB() < 70; # 70MB } @@ -236,8 +236,8 @@ sub reallyChooseDesktop { my $w = ugtk2->new($title); my %tips = ( - KDE => N("Install %s KDE Desktop"), - GNOME => N("Install %s GNOME Desktop"), + KDE => N("Install %s KDE Desktop", N("Mageia")), + GNOME => N("Install %s GNOME Desktop", N("Mageia")), Custom => N("Custom install"), ); my $prev; -- cgit v1.2.1