aboutsummaryrefslogtreecommitdiffstats
path: root/gurpmi.addmedia
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi.addmedia')
-rwxr-xr-xgurpmi.addmedia6
1 files changed, 5 insertions, 1 deletions
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)