summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-laptop>2007-04-07 11:08:46 +0200
committerSebastian Heinlein <sebi@sebi-laptop>2007-04-07 11:08:46 +0200
commite7e07a42983a9f1c14f4f5811d9972933a53e2fb (patch)
tree6d723056331071403c9aa882cd798bc18c233e02
parent3c1ef640a38705c80476ccf8d8572602fb5e4f3f (diff)
downloadpython-apt-e7e07a42983a9f1c14f4f5811d9972933a53e2fb.tar.gz
* the gettext domain of the iso codes changed
-rw-r--r--aptsources/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/aptsources/distro.py b/aptsources/distro.py
index 45a7172d..a5210ace 100644
--- a/aptsources/distro.py
+++ b/aptsources/distro.py
@@ -341,7 +341,7 @@ class UbuntuDistribution(Distribution):
if self.countries.has_key(country):
# TRANSLATORS: %s is a country
return _("Server for %s") % \
- gettext.dgettext("iso-3166",
+ gettext.dgettext("iso_3166",
self.countries[country].rstrip()).rstrip()
else:
return("%s" % server.rstrip("/ "))