Translation strings

svn: r1325
This commit is contained in:
Don Allingham
2003-03-05 06:01:31 +00:00
parent 77679c01a7
commit abd7257a8f
31 changed files with 2085 additions and 1596 deletions

View File

@ -55,12 +55,7 @@ class LocationEditor:
self.county = self.top.get_widget("county")
self.country = self.top.get_widget("country")
if parent.place:
name = _("Location Editor for %s") % parent.place.get_title()
else:
name = _("Location Editor")
self.top.get_widget("locationTitle").set_text(name)
self.top.get_widget("title").set_text(_('Location Editor'))
if location != None:
self.city.set_text(location.get_city())