Removed a dangling "+" character from the format module.

This commit is contained in:
Adam Waldenberg 2013-06-26 01:19:47 +02:00
parent a952921c32
commit bfc266b22b

View File

@ -75,8 +75,8 @@ def output_header():
jquery_flot = flot_js, jquery_flot = flot_js,
jquery_flot_pie = pie_js, jquery_flot_pie = pie_js,
logo = logo.decode("utf-8", "replace"), logo = logo.decode("utf-8", "replace"),
logo_text = _("The output has been generated by {0}; the statistical analysis tool " + logo_text = _("The output has been generated by {0}; the statistical analysis tool"
"for git repositories.").format( " for git repositories.").format(
"<a href=\"http://gitinspector.googlecode.com\">gitinspector</a>"), "<a href=\"http://gitinspector.googlecode.com\">gitinspector</a>"),
show_minor_authors = _("Show minor authors"), show_minor_authors = _("Show minor authors"),
hide_minor_authors = _("Hide minor authors"), hide_minor_authors = _("Hide minor authors"),