kludge quality until I have time to do it properly

svn: r4478
This commit is contained in:
Eero Tamminen 2005-05-03 20:26:03 +00:00
parent 8a1f01b287
commit aebafcbc93

View File

@ -151,7 +151,8 @@ class DateDisplayFI(DateDisplay):
if mod == Date.MOD_BEFORE:
text = "ennen " + text
elif mod == Date.MOD_AFTER:
text = text + " jälkeen"
# kludge: should be actually after the date
text = "jälkeen " + text
elif mod == Date.MOD_ABOUT:
text = "noin " + text