From f1dfc23c493570e5be865664c17e368f46665609 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 17 Apr 2011 16:00:02 -0400 Subject: [PATCH] Implemented diff-to-current. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 1088891..331fc29 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -34,7 +34,7 @@ gb.newRepository = new repository gb.newUser = new user gb.commitdiff = commitdiff -gb.ticgit = ticgit +gb.tickets = tickets gb.pageFirst = first gb.pagePrevious prev gb.pageNext = next @@ -44,4 +44,7 @@ gb.login = Login gb.logout = Logout gb.username = Username -gb.password = Password \ No newline at end of file +gb.password = Password +gb.tagger = tagger +gb.moreHistory = more history... +gb.difftocurrent = diff to current \ No newline at end of file -- Gitblit v1.9.1