diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-19 13:20:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-19 13:20:57 +0000 |
commit | 969469b7c94f420adda2705769f44fe0c3abd47e (patch) | |
tree | 33742c40755b8f436cc600e588e9640cdbe46456 /perl-install/mouse.pm | |
parent | eeb988a2c499ba48ae280454a7b305ab028a4c9e (diff) | |
download | drakx-969469b7c94f420adda2705769f44fe0c3abd47e.tar drakx-969469b7c94f420adda2705769f44fe0c3abd47e.tar.gz drakx-969469b7c94f420adda2705769f44fe0c3abd47e.tar.bz2 drakx-969469b7c94f420adda2705769f44fe0c3abd47e.tar.xz drakx-969469b7c94f420adda2705769f44fe0c3abd47e.zip |
no_comment
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r-- | perl-install/mouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index cc9c3b948..a1debd013 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -122,7 +122,7 @@ sub fullnames { my $l = raw2mouse($type, $_); "$type|$l->{name}"; } else { - $type .= '|_' . _("Other"); + $type .= "|[" . _("Other"); ''; } } @{$::b->[1]} |