diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-08-28 23:17:47 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-08-28 23:17:47 +0000 |
commit | b3ffb3107e701cec95b5eca11f18bea3291f626f (patch) | |
tree | 05b9b49968d17ee81a0e01922bdb30d0a5e964e2 /perl-install/install_steps_interactive.pm | |
parent | 10eb8eaf9bc1aefd90eef0330fc1aed7751427b7 (diff) | |
download | drakx-backup-do-not-use-b3ffb3107e701cec95b5eca11f18bea3291f626f.tar drakx-backup-do-not-use-b3ffb3107e701cec95b5eca11f18bea3291f626f.tar.gz drakx-backup-do-not-use-b3ffb3107e701cec95b5eca11f18bea3291f626f.tar.bz2 drakx-backup-do-not-use-b3ffb3107e701cec95b5eca11f18bea3291f626f.tar.xz drakx-backup-do-not-use-b3ffb3107e701cec95b5eca11f18bea3291f626f.zip |
various english spelling errors corrected (ispell panoramix.pot :) )
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 248cd3afb..ca46629a7 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -21,7 +21,7 @@ use log; sub errorInStep($$) { my ($o, $err) = @_; - $o->ask_warn(_("Error"), [ _("An error occured"), $err ]); + $o->ask_warn(_("Error"), [ _("An error occurred"), $err ]); } @@ -35,7 +35,7 @@ sub chooseLanguage($) { sub selectInstallOrUpgrade($) { my ($o) = @_; $o->ask_from_list_(_("Install/Upgrade"), - _("Is it an install or an updgrade?"), + _("Is it an install or an upgrade?"), [ __("Install"), __("Upgrade") ], $o->default("isUpgrade") ? "Upgrade" : "Install") eq "Upgrade"; } |