diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-02 19:39:51 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-02 19:39:51 +0000 |
commit | b669b354a83790133e9d1be5c7796594bf9cfe22 (patch) | |
tree | aa0ec2ee89a4aee11369bb5ebb3f3997526438b3 /perl-install/standalone/drakautoinst | |
parent | 14d4269e46245ec89e8106428f558973b127d3b2 (diff) | |
download | drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar.gz drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar.bz2 drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar.xz drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.zip |
- use 'cannot' instead of 'can not'
- use 'LDAP' instead of 'Ldap'
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-x | perl-install/standalone/drakautoinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 56bc1b854..5ea9427d5 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -35,7 +35,7 @@ my $in = 'interactive'->vnew('su', 'default'); my $imagefile = "/root/drakx/replay_install.img"; my $imagefile2 = "/root/drakx/replay_install_drivers.img"; -f $imagefile or $in->ask_warn(N("Error!"), - N("I can not find needed image file `%s'.", $imagefile), 1), quit_global($in, 0); + N("I cannot find needed image file `%s'.", $imagefile), 1), quit_global($in, 0); $direct or $in->ask_okcancel(N("Auto Install Configurator"), N("You are about to configure an Auto Install floppy. This feature is somewhat dangerous and must be used circumspectly. |