From a9c2755e8b7690775c1e004dbd67288fd1d22cde Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 1 Oct 2009 14:44:34 +0000 Subject: fix message when adding distrib media (#49566) --- gurpmi.addmedia | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gurpmi.addmedia') diff --git a/gurpmi.addmedia b/gurpmi.addmedia index 232d7967..a3beaab5 100755 --- a/gurpmi.addmedia +++ b/gurpmi.addmedia @@ -117,7 +117,11 @@ $fromfile and do { N("%s Is it ok to continue?", -$distrib || 1 < @names +$distrib || !@names +? N("You are about to add new packages media. +That means you will be able to add new software packages +to your system from these new media.") +: 1 < @names ? N("You are about to add new packages media, %s. That means you will be able to add new software packages to your system from these new media.", join ", ", @names) -- cgit v1.2.1