From e7e07a42983a9f1c14f4f5811d9972933a53e2fb Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Sat, 7 Apr 2007 11:08:46 +0200 Subject: * the gettext domain of the iso codes changed --- aptsources/distro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("/ ")) -- cgit v1.2.3