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
1 changed files with 2 additions and 2 deletions

View File

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