diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-14 14:05:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-14 14:05:14 +0000 |
commit | 1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522 (patch) | |
tree | d81c7370c897b2dc5ea9198e723f8dc57c535f12 /perl-install/install/any.pm | |
parent | 6cd3ed67905e431eacce3572a685f21132568afb (diff) | |
download | drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar.gz drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar.bz2 drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar.xz drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.zip |
do not duplicate dialog title
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 4d6f240ff..7d2749af6 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -360,7 +360,6 @@ sub media_screen { ); $o->ask_from_({ messages => join("\n", - N("Media Choice"), N("Here you can enable more media if you want."), msg_if_firmware_needed($o) ), |