##// END OF EJS Templates
typo fix ref #461
marcink -
r2340:93243e16 beta
parent child Browse files
Show More
@@ -75,7 +75,7 b' def wrapped_diff(filenode_old, filenode_'
75 stats = diff_processor.stat()
75 stats = diff_processor.stat()
76 size = len(diff or '')
76 size = len(diff or '')
77 else:
77 else:
78 diff = wrap_to_table(_('Changeset was to big and was cut off, use '
78 diff = wrap_to_table(_('Changeset was too big and was cut off, use '
79 'diff menu to display this diff'))
79 'diff menu to display this diff'))
80 stats = (0, 0)
80 stats = (0, 0)
81 size = 0
81 size = 0
General Comments 0
You need to be logged in to leave comments. Login now