mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Removed a dangling "+" character from the format module.
This commit is contained in:
parent
a952921c32
commit
bfc266b22b
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue