diff options
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index dc0d93039..c1488c893 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -673,9 +673,9 @@ sub del_intf() { end => { name => sub { ($faillure ? - N("An error occured while deleting the \"%s\" network interface:\n\n%s", + N("An error occurred while deleting the \"%s\" network interface:\n\n%s", $intf2delete, $faillure) : - N("Congratulations, the \"%s\" network interface has been succesfully deleted", $intf2delete) + N("Congratulations, the \"%s\" network interface has been successfully deleted", $intf2delete) ) }, end => 1, |