From 56c549e384b1a648c77bbd09a2cc77976e8a64de Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 24 May 2011 17:39:55 -0400 Subject: [PATCH] Documentation. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index d07f0bc..0c4c350 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -43,8 +43,8 @@ gb.blame = blame gb.login = Login gb.logout = Logout -gb.username = Username -gb.password = Password +gb.username = username +gb.password = password gb.tagger = tagger gb.moreHistory = more history... gb.difftocurrent = diff to current @@ -92,4 +92,5 @@ gb.canAdminDescription = can administer Git:Blit server gb.permittedUsers = permitted users gb.isFrozen = is frozen -gb.isFrozenDescription = deny push operations \ No newline at end of file +gb.isFrozenDescription = deny push operations +gb.zip = zip \ No newline at end of file -- Gitblit v1.9.1