diff --git a/rhodecode/templates/codeblocks/diffs.mako b/rhodecode/templates/codeblocks/diffs.mako --- a/rhodecode/templates/codeblocks/diffs.mako +++ b/rhodecode/templates/codeblocks/diffs.mako @@ -394,11 +394,17 @@ return '%s_%s_%i' % (h.md5_safe(commit+f ## file op, doesn't need translation - removed in this version + unresolved comments ΒΆ - -${comments_dict['stats']} + + % if comments_dict['stats'] >0: + -${comments_dict['stats']} + % else: + ${comments_dict['stats']} + % endif + @@ -410,7 +416,8 @@ return '%s_%s_%i' % (h.md5_safe(commit+f - ${_('File was deleted in this version. There are still outdated/unresolved comments attached to it.')} + ${_('This file was removed from diff during updates to this pull-request.')}
+ ${_('There are still outdated/unresolved comments attached to it.')} %if c.user_session_attrs["diffmode"] == 'unified':