From acdb89803436a9f9a9e0e4729e4c2a1f176827f0 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 6 May 2011 14:15:49 +0000 Subject: another round of plural fix from JohnR --- gurpmi.addmedia | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gurpmi.addmedia') 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]) ), -- cgit v1.2.1