diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-06 14:15:49 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-06 14:15:49 +0000 |
commit | acdb89803436a9f9a9e0e4729e4c2a1f176827f0 (patch) | |
tree | 19132ac69ef99ddbde28d99b6ac697bcb2eaaa23 /gurpmi.addmedia | |
parent | 77bb9fb1babb3569171789ef13cb816707dcc1e1 (diff) | |
download | rpmdrake-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-x | gurpmi.addmedia | 6 |
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]) ), |