summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-19 12:03:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-19 12:03:32 +0000
commit265c39221f89ffaf22b4d58d7dfe04a09871695a (patch)
tree675d321a0cc998e09c0a03645312b0c955b7bb48 /kernel/Makefile
parent4dbd146905f4e6ac5b849499b40993b53c868f8b (diff)
downloaddrakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar
drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar.gz
drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar.bz2
drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar.xz
drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.zip
revert
Diffstat (limited to 'kernel/Makefile')
0 files changed, 0 insertions, 0 deletions
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", " ")
+ );