From 675c8475ee4b93d462e758d7e82e9941ed1f782e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 24 Aug 2002 01:22:19 +0000 Subject: Changed remaining gettext("foo $bar") into _("foo %s", $bar) Added russian man pages redo the way the *.pot file is created rebuild *.po files --- urpm.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 48ffa797..67fc1a7a 100644 --- a/urpm.pm +++ b/urpm.pm @@ -174,7 +174,8 @@ sub set_proxy { } last; }; - die _("Unknown webfetch `$proxy->{type}' !!!\n"); +# Translator: the %s here is a program name + die _("Unknown webfetch `%s' !!!\n",$proxy->{type}); } } return @res; -- cgit v1.2.1