summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-06-30 12:04:29 +0000
committerThierry Vignaud <tv@mandriva.org>2006-06-30 12:04:29 +0000
commitddc02087fd62557cb07e83d57717e186913f49e5 (patch)
treef76cddb3688f56bda0703f7e4131e3e3ed0974ca
parent07bfaca39fb43f53e6d5caa53e0ea2717b5ec00e (diff)
downloadurpmi-ddc02087fd62557cb07e83d57717e186913f49e5.tar
urpmi-ddc02087fd62557cb07e83d57717e186913f49e5.tar.gz
urpmi-ddc02087fd62557cb07e83d57717e186913f49e5.tar.bz2
urpmi-ddc02087fd62557cb07e83d57717e186913f49e5.tar.xz
urpmi-ddc02087fd62557cb07e83d57717e186913f49e5.zip
fix encoding which prevented xgettext to process
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 059fb7d3..7012e013 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -767,7 +767,7 @@ sub add_medium {
#- - limit_rate, compress : for downloading files
#- - initial_number : when adding several numbered media, start with this number
#- - probe_with : if eq 'synthesis', use synthesis instead of hdlists
-#- ­ ask_media : callback to know whether each media should be added
+#- - ask_media : callback to know whether each media should be added
#- other options are passed to add_medium()
sub add_distrib_media {
my ($urpm, $name, $url, %options) = @_;