From: richard Date: Wed, 23 Apr 2003 11:48:51 +0000 (+0000) Subject: sf bug 724626 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a8f811e57bff4554df8cc386daa1c7e67d99a27;p=roundup.git sf bug 724626 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1672 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/date.py b/roundup/date.py index 2a543cd..365aa80 100644 --- a/roundup/date.py +++ b/roundup/date.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: date.py,v 1.53 2003-04-22 20:53:54 kedder Exp $ +# $Id: date.py,v 1.54 2003-04-23 11:48:05 richard Exp $ __doc__ = """ Date, time and time interval handling. @@ -603,7 +603,7 @@ class Interval: if self.sign < 0: s = s + _(' ago') else: - s = _('in') + s + s = _('in ') + s return s def get_tuple(self):