Revert endash changes.

svn: r7850
This commit is contained in:
Stefan Bjork
2006-12-25 13:37:16 +00:00
parent f43d31c98e
commit 7745114565
2 changed files with 5 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ class DateDisplaySv(DateDisplay):
elif mod == Date.MOD_SPAN:
d1 = self.display_cal[cal](start)
d2 = self.display_cal[cal](date.get_stop_date())
return u"%s%s %s%s" % (qual_str,d1,d2,self.calendar[cal])
return u"%sfrån %s till %s%s" % (qual_str,d1,d2,self.calendar[cal])
elif mod == Date.MOD_RANGE:
d1 = self.display_cal[cal](start)
d2 = self.display_cal[cal](date.get_stop_date())