diff options
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 2574e2906..40911ddf4 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -1,4 +1,4 @@ -package install::steps_gtk; # $Id$ +package install::steps_gtk; # $Id: steps_gtk.pm 266069 2010-02-09 19:47:35Z pterjan $ use diagnostics; use strict; @@ -204,7 +204,7 @@ sub selectLanguage { $o->ask_warn('', formatAlaTeX(N("Your system is low on resources. You may have some problem installing -Mandriva Linux. If that occurs, you can try a text install instead. For this, +%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 } @@ -236,8 +236,8 @@ sub reallyChooseDesktop { my $w = ugtk2->new($title); my %tips = ( - KDE => N("Install Mandriva KDE Desktop"), - GNOME => N("Install Mandriva GNOME Desktop"), + KDE => N("Install %s KDE Desktop"), + GNOME => N("Install %s GNOME Desktop"), Custom => N("Custom install"), ); my $prev; |