From 6715b4dbad317ac79ff55c3c761cf6af58651a26 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 11 Aug 2010 03:20:30 -0700 Subject: Bug 586210: Make every important string printed by checksetup.pl localizable, including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner) --- Bugzilla/Install/CPAN.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install/CPAN.pm') diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm index 1d57b08f3..0ef003d69 100644 --- a/Bugzilla/Install/CPAN.pm +++ b/Bugzilla/Install/CPAN.pm @@ -191,7 +191,7 @@ sub set_cpan_config { # If we can't make one, we finally try to use the Bugzilla directory. if (!-w $dir) { - print "WARNING: Using the Bugzilla directory as the CPAN home.\n"; + print STDERR install_string('cpan_bugzilla_home'), "\n"; $dir = "$bzlib/.cpan"; } } -- cgit v1.2.3-24-g4f1b