James Moger
2012-04-11 a9eb6b1105cd47f00ae45dacda9af8e829ade191
src/com/gitblit/wicket/pages/MetricsPage.java
@@ -61,7 +61,7 @@
         add(new Label("branchStats", ""));
      } else {
         add(new Label("branchStats",
               MessageFormat.format("{0} commits and {1} tags in {2}", metricsTotal.count,
               MessageFormat.format(getString("gb.branchStats"), metricsTotal.count,
                     metricsTotal.tag, TimeUtils.duration(metricsTotal.duration))));
      }
      insertLinePlot("commitsChart", metrics);