diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2007-04-07 11:08:46 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2007-04-07 11:08:46 +0200 |
| commit | e7e07a42983a9f1c14f4f5811d9972933a53e2fb (patch) | |
| tree | 6d723056331071403c9aa882cd798bc18c233e02 | |
| parent | 3c1ef640a38705c80476ccf8d8572602fb5e4f3f (diff) | |
| download | python-apt-e7e07a42983a9f1c14f4f5811d9972933a53e2fb.tar.gz | |
* the gettext domain of the iso codes changed
| -rw-r--r-- | aptsources/distro.py | 2 |
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("/ ")) |
