From 1ed328e97747c175b0af3407fc271e907370abc2 Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Sat, 24 Nov 2001 14:59:06 +0000 Subject: update --- perl-install/standalone/drakbackup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install') 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", " ") + ); -- cgit v1.2.1