summaryrefslogtreecommitdiff
path: root/SoftwareProperties/SoftwareProperties.py
diff options
context:
space:
mode:
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"),