From 722e2325300c7e5d73a93416e28c20354556fec4 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 23 May 2013 23:13:59 -0400
Subject: [PATCH] Implemented compare page for branch/tag/manual diffs (issue-75, issue-133)

---
 src/main/java/com/gitblit/wicket/GitBlitWebApp.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
index a6cac54..bec8b35 100644
--- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
@@ -454,4 +454,8 @@
 gb.overview = overview
 gb.home = home
 gb.monthlyActivity = monthly activity
-gb.myProfile = my profile
\ No newline at end of file
+gb.myProfile = my profile
+gb.compare = compare
+gb.manual = manual
+gb.from = from
+gb.to = to
\ No newline at end of file

--
Gitblit v1.9.1