summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-14 14:05:14 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-14 14:05:14 +0000
commit1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522 (patch)
treed81c7370c897b2dc5ea9198e723f8dc57c535f12
parent6cd3ed67905e431eacce3572a685f21132568afb (diff)
downloaddrakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar
drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar.gz
drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar.bz2
drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.tar.xz
drakx-1c1c1e5b41fd7bf08f9f51c054beb8b3b434c522.zip
do not duplicate dialog title
-rw-r--r--perl-install/install/any.pm1
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)
),