diff --git a/rhodecode/templates/compare/compare_diff.html b/rhodecode/templates/compare/compare_diff.html
--- a/rhodecode/templates/compare/compare_diff.html
+++ b/rhodecode/templates/compare/compare_diff.html
@@ -59,7 +59,7 @@
%endfor
% if c.limited_diff:
-
${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
+ ${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
% endif
@@ -70,7 +70,7 @@
${diff_block.diff_block_simple([c.changes[fid]])}
%endfor
% if c.limited_diff:
- ${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
+ ${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
% endif