summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-16 14:27:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-16 14:27:49 +0000
commite18cbbc3b9582561da4ce5a8233fd92522f83f7b (patch)
tree549043619ff7cbbb91f21cbce0a0f2613ec083b2 /perl-install/install_steps_interactive.pm
parentb9accbb345e82e2ee2bf73522b7cd21134f91ce0 (diff)
downloaddrakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar
drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.gz
drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.bz2
drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.xz
drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.zip
new steps window layout
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 6027828b7..f20a6382f 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -77,7 +77,7 @@ so the messages will be displayed in english during installation") if $ENV{LANGU
}
}
-sub acceptLicence {
+sub acceptLicense {
my ($o) = @_;
return if $o->{useless_thing_accepted};
@@ -88,7 +88,7 @@ sub acceptLicence {
$o->ask_yesorno('', N("Are you sure you refuse the licence?"), 1) and $o->exit;
- &acceptLicence;
+ &acceptLicense;
}
#------------------------------------------------------------------------------