Mercurial > p > roundup > code
diff roundup/roundupdb.py @ 3601:7b25567f0f54
indexing may be turned off for FileClass "content" now
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Apr 2006 01:39:47 +0000 |
| parents | f607494f5578 |
| children | 77ed6c517793 |
line wrap: on
line diff
--- a/roundup/roundupdb.py Thu Apr 06 06:01:35 2006 +0000 +++ b/roundup/roundupdb.py Thu Apr 27 01:39:47 2006 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: roundupdb.py,v 1.122 2006-04-06 05:57:17 a1s Exp $ +# $Id: roundupdb.py,v 1.123 2006-04-27 01:39:47 richard Exp $ """Extending hyperdb with types specific to issue-tracking. """ @@ -304,7 +304,7 @@ m.append(_("New submission from %(authname)s%(authaddr)s:") % locals()) else: - m.append(_("%(authname)%(authaddr)s added the comment:") + m.append(_("%(authname)s%(authaddr)s added the comment:") % locals()) else: m.append(_("System message:"))
