Skip to content

Commit fb5d184

Browse files
committed
Remove translation marker.
I don't think this needs translation. It is a key: value display with no written language.
1 parent 6bba139 commit fb5d184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ def history(self, direction='descending', dre=re.compile(r'^\d+$'),
11831183
# property no longer exists
11841184
comments['no_exist'] = self._(
11851185
"<em>The indicated property no longer exists</em>")
1186-
cell.append(self._('<em>%s: %s</em>\n')
1186+
cell.append('<em>%s: %s</em>\n'
11871187
% (self._(k), str(args[k])))
11881188
continue
11891189

0 commit comments

Comments
 (0)