# HG changeset patch # User Marcin Kuzminski # Date 2012-05-26 01:28:07 # Node ID 93243e1620681c5a8e9e977bc5ea973b49aa7894 # Parent 79b3c9c66c542993e4e72051ff2a89eabe427172 typo fix ref #461 diff --git a/rhodecode/lib/diffs.py b/rhodecode/lib/diffs.py --- a/rhodecode/lib/diffs.py +++ b/rhodecode/lib/diffs.py @@ -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