Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 7060:2c89bdc88923
Remove translation marker.
I don't think this needs translation. It is a key: value display
with no written language.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 21 Nov 2022 18:50:17 -0500 |
| parents | 22183e7d1443 |
| children | cb39a6c95cd3 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Mon Nov 21 18:47:03 2022 -0500 +++ b/roundup/cgi/templating.py Mon Nov 21 18:50:17 2022 -0500 @@ -1183,7 +1183,7 @@ # property no longer exists comments['no_exist'] = self._( "<em>The indicated property no longer exists</em>") - cell.append(self._('<em>%s: %s</em>\n') + cell.append('<em>%s: %s</em>\n' % (self._(k), str(args[k]))) continue
