aboutsummaryrefslogtreecommitdiffstats
path: root/gurpmi.addmedia
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-06 14:15:49 +0000
committerMichael Scherer <misc@mageia.org>2011-05-06 14:15:49 +0000
commitacdb89803436a9f9a9e0e4729e4c2a1f176827f0 (patch)
tree19132ac69ef99ddbde28d99b6ac697bcb2eaaa23 /gurpmi.addmedia
parent77bb9fb1babb3569171789ef13cb816707dcc1e1 (diff)
downloadrpmdrake-acdb89803436a9f9a9e0e4729e4c2a1f176827f0.tar
rpmdrake-acdb89803436a9f9a9e0e4729e4c2a1f176827f0.tar.gz
rpmdrake-acdb89803436a9f9a9e0e4729e4c2a1f176827f0.tar.bz2
rpmdrake-acdb89803436a9f9a9e0e4729e4c2a1f176827f0.tar.xz
rpmdrake-acdb89803436a9f9a9e0e4729e4c2a1f176827f0.zip
another round of plural fix from JohnR
Diffstat (limited to 'gurpmi.addmedia')
-rwxr-xr-xgurpmi.addmedia6
1 files changed, 3 insertions, 3 deletions
diff --git a/gurpmi.addmedia b/gurpmi.addmedia
index 8c10aee9..4a084639 100755
--- a/gurpmi.addmedia
+++ b/gurpmi.addmedia
@@ -118,14 +118,14 @@ N("%s
Is it ok to continue?",
$distrib || !@names
-? N("You are about to add new packages media.
+? N("You are about to add new package 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.
+? N("You are about to add new package medium, %s.
That means you will be able to add new software packages
to your system from these new media.", join ", ", @names)
-: N("You are about to add a new packages medium, `%s'.
+: N("You are about to add a new package medium, `%s'.
That means you will be able to add new software packages
to your system from that new medium.", $names[0])
),