summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-03 18:19:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-03 18:19:43 +0000
commit27c399a88f3f75ecd78b4464a86a94a835885784 (patch)
treef39cc60a1a12d6eb0598d629324e9f73853caf4f /perl-install/install_steps_gtk.pm
parent6b7e1e5ba3348b4f6c2bcae6fe659d742991b63b (diff)
downloaddrakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar
drakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar.gz
drakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar.bz2
drakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar.xz
drakx-27c399a88f3f75ecd78b4464a86a94a835885784.zip
fix english messages
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 63b35c469..5350faf2f 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -159,7 +159,7 @@ sub selectInstallClass1 {
my $w = my_gtk->new(_("Install Class"));
my $focused;
gtkadd($w->{window},
- gtkpack($w->create_box_with_title(_("Please, choose one of the following classes of installation:")),
+ gtkpack($w->create_box_with_title(_("Please choose one of the following classes of installation:")),
(my @radios = gtkradio($def, @$l)),
gtkadd(create_hbox(),
map { my $v = $_;