diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-20 15:03:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-20 15:03:01 +0000 |
commit | 7e7beced663ff9d08ab91fc3a7eb5f3e556d8245 (patch) | |
tree | ed20b4afc51db755ed03e274b7dfa53892d5b33b /perl-install | |
parent | 7cc7f5ea8a52da7509b9f3044d0cfdce81ce69bf (diff) | |
download | drakx-7e7beced663ff9d08ab91fc3a7eb5f3e556d8245.tar drakx-7e7beced663ff9d08ab91fc3a7eb5f3e556d8245.tar.gz drakx-7e7beced663ff9d08ab91fc3a7eb5f3e556d8245.tar.bz2 drakx-7e7beced663ff9d08ab91fc3a7eb5f3e556d8245.tar.xz drakx-7e7beced663ff9d08ab91fc3a7eb5f3e556d8245.zip |
typo fixed seen by Arpad Biro:
s/durind/during/
s/an user/a user/
s/select select/select/
s/propogate/propagate/
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakbackup | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index 1fb0d9499..db3daa650 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -1841,7 +1841,7 @@ sub advanced_where_cd { 0, my $check_where_cd = new Gtk::CheckButton(_("Use CD/DVDROM to backup")), 0, new Gtk::HSeparator, 0, gtkpack_(new Gtk::HBox(0,10), - 0, gtkset_sensitive(new Gtk::Label(_("Please choose your CD/DVD device\n(Press Enter to propogate settings to other fields.\nThis field isn't necessary, only a tool to fill in the form.)")), $where_cd), + 0, gtkset_sensitive(new Gtk::Label(_("Please choose your CD/DVD device\n(Press Enter to propagate settings to other fields.\nThis field isn't necessary, only a tool to fill in the form.)")), $where_cd), 1, new Gtk::VBox(0, 5), 0, gtkset_sensitive(gtkset_usize ($combo_where_cd_device, 200, 20), $where_cd), ), @@ -3571,7 +3571,7 @@ sub send_mail_pb { 0, gtkpack_(new Gtk::HBox(0, 15), 0, new Gtk::VBox(0, 5), 0, new Gtk::Pixmap($pix_warn_map, $pix_warn_mask), - 0, _("Error durind sendmail + 0, _("Error duringq sendmail your report mail was not sent Please configure sendmail"), ), @@ -4102,7 +4102,7 @@ sub adv_help { This option allows you to add more data to save. With the other backup it's not possible at the - moment to select select incremental backup. + moment to select incremental backup. - Incremental Backups: @@ -4124,14 +4124,14 @@ sub adv_help { Only the most recent date will be used ,because with incremental backups it is necesarry to restore one by one each older backups. -So if you don't like to restore an user please unselect all his +So if you don't like to restore a user please unselect all his check box. Otherwise, you are able to select only one of this - Incremental Backups: - The incremental backup is the most powerfull + The incremental backup is the most powerful option to use backup, this option allow you to backup all your data the first time, and only the changed after. |