diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-04-08 16:25:07 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-04-08 16:25:07 +0000 |
commit | b6ab813177bf359fc0d84c9baa11dcbca769c20f (patch) | |
tree | d6334ede3c8c962db5f9ae546fbcfc76d16d12ac /perl-install/install_steps_gtk.pm | |
parent | dcd3c0c8e7a93d2ac26c86fa6427cd8f8ecf7e4f (diff) | |
download | drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar.gz drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar.bz2 drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar.xz drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.zip |
fix a few english strings
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 3ff152681..d9782f4ea 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -450,7 +450,7 @@ sub choosePackagesTree { } elsif (pkgs::packageFlagUpgrade($p)) { if ($::expert) { if (pkgs::packageFlagSelected($p)) { - $o->ask_yesorno('', _("This package must be upgraded\nAre you sure you want to deselect it?")) or return; + $o->ask_yesorno('', _("This package must be upgraded.\nAre you sure you want to deselect it?")) or return; } return 1; } else { @@ -525,7 +525,7 @@ sub installPackages { )), 0, 1, 0); $details->hide if !@install_any::advertising_images; $w->sync; - $msg->set(_("Please wait, preparing installation")); + $msg->set(_("Please wait, preparing installation...")); gtkset_mousecursor_normal($cancel->window); gtkset_mousecursor_normal($details->window); my $advertize = sub { |