summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm3
1 files changed, 2 insertions, 1 deletions
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;