summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Dupont <sdupont@mandriva.com>2001-11-24 14:59:06 +0000
committerSebastien Dupont <sdupont@mandriva.com>2001-11-24 14:59:06 +0000
commit1ed328e97747c175b0af3407fc271e907370abc2 (patch)
tree172c47d5f51ea5af1a239c8e5d18daf41116347e
parentad54960b13864a9178fb7a1c9a18ad58e56cda04 (diff)
downloaddrakx-backup-do-not-use-1ed328e97747c175b0af3407fc271e907370abc2.tar
drakx-backup-do-not-use-1ed328e97747c175b0af3407fc271e907370abc2.tar.gz
drakx-backup-do-not-use-1ed328e97747c175b0af3407fc271e907370abc2.tar.bz2
drakx-backup-do-not-use-1ed328e97747c175b0af3407fc271e907370abc2.tar.xz
drakx-backup-do-not-use-1ed328e97747c175b0af3407fc271e907370abc2.zip
update
-rwxr-xr-xperl-install/standalone/drakbackup8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index bc138027c..4bcc38d3b 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -417,17 +417,17 @@ sub advanced {
my $label_what_sys = gtkpack(new Gtk::HBox(0,10),
new Gtk::Pixmap($pix_sys_map, $pix_sys_mask),
- _("System ")
+ _("System", " ")
);
my $label_what_user = gtkpack(new Gtk::HBox(0,10),
new Gtk::Pixmap($pix_user_map, $pix_user_mask),
- _("Users ")
+ _("Users", " ")
);
my $label_what_other = gtkpack(new Gtk::HBox(0,10),
new Gtk::Pixmap($pix_other_map, $pix_other_mask),
- _("Other ")
- );
+ _("Other", " ")
+ );