summaryrefslogtreecommitdiff
path: root/SoftwareProperties/SoftwareProperties.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-laptop>2006-11-23 18:02:35 +0100
committerSebastian Heinlein <sebi@sebi-laptop>2006-11-23 18:02:35 +0100
commitee8317343ad726571d5f6ad863ee0b27d58251e5 (patch)
treec0d5f55fce84d33a6d9f6c121621c9447c21d067 /SoftwareProperties/SoftwareProperties.py
parentded25616ce587766423adce6d5e1c7a215627a98 (diff)
downloadpython-apt-ee8317343ad726571d5f6ad863ee0b27d58251e5.tar.gz
* fix the translation of the country name in the server selector
* fix d'n'd and mime handling of sources.list files
Diffstat (limited to 'SoftwareProperties/SoftwareProperties.py')
-rw-r--r--SoftwareProperties/SoftwareProperties.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index 983a8cce..a3f0c340 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -317,8 +317,8 @@ class SoftwareProperties(SimpleGladeApp):
self.distro.main_server])
if self.distro.country != None:
# TRANSLATORS: %s is a country
- server_store.append([_("Server for %s") % gettext.dgettext("iso-3166",
- self.distro.country).rstrip(),
+ server_store.append([_("Server for %s") % gettext.dgettext("iso_3166",
+ self.distro.country.rstrip()).rstrip(),
self.distro.nearest_server])
else:
server_store.append([_("Nearest server"),