Skip to content

Commit

Permalink
Oops, the URL should point to suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed Nov 30, 2012
1 parent e56fcc6 commit 708de90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pootle/apps/pootle_misc/stats.py
Expand Up @@ -201,7 +201,7 @@ def get_path_summary(path_obj, path_stats):

if path_stats['suggestions'] > 0:
suggestions.append(u'<a class="path-incomplete" href="%(url)s">' % {
'url': dispatch.translate(path_obj, state='incomplete')
'url': dispatch.translate(path_obj, state='suggestions')
})
suggestions.append(
ungettext(u'Review suggestion (%(num)d left)',
Expand Down

0 comments on commit 708de90

Please sign in to comment.