Changeset - 93243e162068
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-05-26 01:28:07
marcin@python-works.com
typo fix ref #461
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/diffs.py
Show inline comments
 
@@ -75,7 +75,7 @@ def wrapped_diff(filenode_old, filenode_
 
        stats = diff_processor.stat()
 
        size = len(diff or '')
 
    else:
 
        diff = wrap_to_table(_('Changeset was to big and was cut off, use '
 
        diff = wrap_to_table(_('Changeset was too big and was cut off, use '
 
                               'diff menu to display this diff'))
 
        stats = (0, 0)
 
        size = 0
0 comments (0 inline, 0 general)