diff --git a/rhodecode/templates/codeblocks/diffs.html b/rhodecode/templates/codeblocks/diffs.html --- a/rhodecode/templates/codeblocks/diffs.html +++ b/rhodecode/templates/codeblocks/diffs.html @@ -194,7 +194,7 @@ collapse_all = len(diffset.files) > coll %endif %if over_lines_changed_limit: - + ${_('This diff has been collapsed as it changes many lines, (%i lines changed)' % lines_changed)} ${_('Show them')} @@ -207,7 +207,7 @@ collapse_all = len(diffset.files) > coll %endif %if filediff.patch['is_limited_diff']: - + ${_('The requested commit is too big and content was truncated.')} ${_('Show full diff')}